From: Dmitry D. Chernov <blackdoomer@yandex.ru>
Date: Sat, 30 Sep 2017 05:12:36 +0000 (+1000)
Subject: Some style fixes in the property editor to make it more Delphi-like
X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=a00a3d61ed426b67fed0fce818471fb84c462aac;p=d2df-editor.git

Some style fixes in the property editor to make it more Delphi-like
---

diff --git a/src/editor/f_main.lfm b/src/editor/f_main.lfm
index 0a7bf85..b44cafc 100644
--- a/src/editor/f_main.lfm
+++ b/src/editor/f_main.lfm
@@ -65,13 +65,15 @@ object MainForm: TMainForm
       Top = 2
       Width = 145
       Align = alClient
+      AutoAdvance = aaNone
       Constraints.MinWidth = 145
       DefaultColWidth = 60
-      DefaultRowHeight = 16
-      FixedCols = 0
+      DefaultRowHeight = 20
+      Flat = True
       Font.Color = clWindowText
       Font.Height = -12
       Font.Name = 'MS Sans Serif'
+      MouseWheelOption = mwGrid
       ParentFont = False
       RowCount = 2
       ScrollBars = ssAutoVertical
@@ -85,6 +87,7 @@ object MainForm: TMainForm
       OnKeyDown = vleObjectPropertyKeyDown
       DisplayOptions = [doColumnTitles, doAutoColResize]
       DropDownRows = 11
+      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor, goThumbTracking]
       Strings.Strings = (
         ''
       )
@@ -94,8 +97,8 @@ object MainForm: TMainForm
       )
       OnGetPickList = vleObjectPropertyGetPickList
       ColWidths = (
-        70
-        71
+        72
+        72
       )
     end
     object PanelPropApply: TPanel