DEADSOFTWARE

Show vertical scrollbar in the options panel only if needed
[d2df-editor.git] / src / editor / f_main.lfm
index fcc7377e6df71a29c4e52a7d2adb963b3cb7cd50..ba976399319fab97f72002dd5e473a0330195790 100644 (file)
@@ -21,7 +21,6 @@ object MainForm: TMainForm
   OnKeyDown = FormKeyDown
   OnKeyUp = FormKeyUp
   OnResize = FormResize
-  Position = poDefault
   LCLVersion = '1.6.0.4'
   object Splitter1: TSplitter
     Left = 518
@@ -70,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
@@ -90,8 +89,8 @@ object MainForm: TMainForm
       )
       OnGetPickList = vleObjectPropertyGetPickList
       ColWidths = (
-        62
-        62
+        70
+        71
       )
     end
     object PanelPropApply: TPanel
@@ -248,6 +247,7 @@ object MainForm: TMainForm
           Constraints.MinHeight = 70
           ItemHeight = 13
           OnClick = lbTextureListClick
+          OnDrawItem = lbTextureListDrawItem
           Style = lbOwnerDrawFixed
           TabOrder = 0
         end