Skip to content

Commit 7423aa3

Browse files
committed
fix: remove space eating gutter from SynEdit in search text dialog, disable scrollbars as long as not required
1 parent dab1cda commit 7423aa3

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

source/tabletools.lfm

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ object frmTableTools: TfrmTableTools
419419
ParentColor = False
420420
ParentFont = False
421421
TabOrder = 0
422-
Gutter.Width = 72
422+
Gutter.Width = 0
423423
Gutter.MouseActions = <>
424424
RightGutter.Width = 0
425425
RightGutter.MouseActions = <>
@@ -434,6 +434,7 @@ object frmTableTools: TfrmTableTools
434434
Options = [eoAutoIndent, eoGroupUndo, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoDragDropEditing]
435435
MouseOptions = [emDragDropEditing]
436436
VisibleSpecialChars = [vscSpace, vscTabAtLast]
437+
ScrollBars = ssAutoBoth
437438
SelectedColor.BackPriority = 50
438439
SelectedColor.ForePriority = 50
439440
SelectedColor.FramePriority = 50
@@ -453,40 +454,6 @@ object frmTableTools: TfrmTableTools
453454
LineHighlightColor.Background = clNone
454455
LineHighlightColor.Foreground = clNone
455456
inline SynLeftGutterPartList1: TSynGutterPartList
456-
object SynGutterMarks1: TSynGutterMarks
457-
Width = 30
458-
MouseActions = <>
459-
end
460-
object SynGutterLineNumber1: TSynGutterLineNumber
461-
Width = 21
462-
MouseActions = <>
463-
MarkupInfo.Background = clBtnFace
464-
MarkupInfo.Foreground = clNone
465-
DigitCount = 2
466-
ShowOnlyLineNumbersMultiplesOf = 1
467-
ZeroStart = False
468-
LeadingZeros = False
469-
end
470-
object SynGutterChanges1: TSynGutterChanges
471-
Width = 5
472-
MouseActions = <>
473-
ModifiedColor = 59900
474-
SavedColor = clGreen
475-
end
476-
object SynGutterSeparator1: TSynGutterSeparator
477-
Width = 3
478-
MouseActions = <>
479-
MarkupInfo.Background = clWhite
480-
MarkupInfo.Foreground = clGray
481-
end
482-
object SynGutterCodeFolding1: TSynGutterCodeFolding
483-
Width = 13
484-
MouseActions = <>
485-
MarkupInfo.Background = clNone
486-
MarkupInfo.Foreground = clGray
487-
MouseActionsExpanded = <>
488-
MouseActionsCollapsed = <>
489-
end
490457
end
491458
end
492459
end

0 commit comments

Comments
 (0)