From a00a3d61ed426b67fed0fce818471fb84c462aac Mon Sep 17 00:00:00 2001 From: "Dmitry D. Chernov" Date: Sat, 30 Sep 2017 15:12:36 +1000 Subject: [PATCH] Some style fixes in the property editor to make it more Delphi-like --- src/editor/f_main.lfm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.29.2