mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Verify checksum - hide right margin
This commit is contained in:
parent
e7c9b0579a
commit
f7911094b3
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ object frmCheckSumVerify: TfrmCheckSumVerify
|
|||
Gutter.Visible = False
|
||||
Gutter.Width = 0
|
||||
Gutter.MouseActions = <>
|
||||
RightGutter.Visible = False
|
||||
RightGutter.Width = 0
|
||||
RightGutter.MouseActions = <>
|
||||
Keystrokes = <
|
||||
|
|
@ -343,6 +344,7 @@ object frmCheckSumVerify: TfrmCheckSumVerify
|
|||
MouseActions = <>
|
||||
MouseTextActions = <>
|
||||
MouseSelActions = <>
|
||||
Options = [eoBracketHighlight, eoHideRightMargin, eoTabsToSpaces, eoTrimTrailingSpaces]
|
||||
VisibleSpecialChars = [vscSpace, vscTabAtLast]
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue