From: Dmitry D. Chernov Date: Thu, 28 Sep 2017 19:24:21 +0000 (+1000) Subject: Show vertical scrollbar in the options panel only if needed X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=commitdiff_plain;h=169ffaf1ef52637021508141790149b62c313fbd Show vertical scrollbar in the options panel only if needed --- 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