From 169ffaf1ef52637021508141790149b62c313fbd Mon Sep 17 00:00:00 2001 From: "Dmitry D. Chernov" Date: Fri, 29 Sep 2017 05:24:21 +1000 Subject: [PATCH] Show vertical scrollbar in the options panel only if needed --- src/editor/f_main.lfm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editor/f_main.lfm b/src/editor/f_main.lfm index e404cfa..ba97639 100644 --- a/src/editor/f_main.lfm +++ b/src/editor/f_main.lfm @@ -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 -- 2.29.2