From c0277a4485c8062497f78b288ddb6c4d764d085c Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 22 Jun 2010 18:38:48 +0000 Subject: [PATCH] Fixed BorderSpacing git-svn-id: trunk@26262 - --- ide/frames/editor_general_options.lfm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ide/frames/editor_general_options.lfm b/ide/frames/editor_general_options.lfm index 22b9b1f125..c0c48d978a 100644 --- a/ide/frames/editor_general_options.lfm +++ b/ide/frames/editor_general_options.lfm @@ -441,6 +441,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame Caption = 'ScrollGroupDivider' Autosize = True Anchors = [akTop, akLeft, akRight] + BorderSpacing.Top = 6 Font.Style = [fsBold] ParentFont = False end @@ -457,6 +458,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame Caption = 'IndentsTabsGroupDivider' Autosize = True Anchors = [akTop, akLeft, akRight] + BorderSpacing.Top = 6 Font.Style = [fsBold] ParentFont = False end @@ -473,6 +475,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame Caption = 'CaretGroupDivider' Autosize = True Anchors = [akTop, akLeft, akRight] + BorderSpacing.Top = 6 Font.Style = [fsBold] ParentFont = False end @@ -489,6 +492,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame Caption = 'BlockGroupDivider' Autosize = True Anchors = [akTop, akLeft, akRight] + BorderSpacing.Top = 6 Font.Style = [fsBold] ParentFont = False end