DEADSOFTWARE

Show vertical scrollbar in the options panel only if needed
[d2df-editor.git] / src / editor / f_main.lfm
index d35946313f732d2b62f4064ef5577e59885b3f97..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
@@ -247,6 +247,7 @@ object MainForm: TMainForm
           Constraints.MinHeight = 70
           ItemHeight = 13
           OnClick = lbTextureListClick
+          OnDrawItem = lbTextureListDrawItem
           Style = lbOwnerDrawFixed
           TabOrder = 0
         end