DEADSOFTWARE

Show vertical scrollbar in the options panel only if needed
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 28 Sep 2017 19:24:21 +0000 (05:24 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 28 Sep 2017 19:24:21 +0000 (05:24 +1000)
src/editor/f_main.lfm

index e404cfab854920de9f99980430b5a18066ee2c03..ba976399319fab97f72002dd5e473a0330195790 100644 (file)
@@ -69,7 +69,7 @@ object MainForm: TMainForm
       Font.Name = 'MS Sans Serif'
       ParentFont = False
       RowCount = 2
-      ScrollBars = ssVertical
+      ScrollBars = ssAutoVertical
       TabOrder = 0
       TitleFont.Color = clWindowText
       TitleFont.Height = -12
@@ -89,8 +89,8 @@ object MainForm: TMainForm
       )
       OnGetPickList = vleObjectPropertyGetPickList
       ColWidths = (
-        62
-        62
+        70
+        71
       )
     end
     object PanelPropApply: TPanel