mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Check box position
This commit is contained in:
parent
27b132bcbc
commit
75d31adb33
2 changed files with 3 additions and 0 deletions
|
|
@ -1335,6 +1335,7 @@ object frmOptions: TfrmOptions
|
|||
object cbbUseFrameCursor: TCheckBox
|
||||
AnchorSideLeft.Control = cbbUseInvertedSelection
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = cbbUseInvertedSelection
|
||||
AnchorSideBottom.Control = lblInactivePanelBrightness
|
||||
Left = 147
|
||||
Height = 21
|
||||
|
|
|
|||
|
|
@ -194,7 +194,9 @@ end;
|
|||
|
||||
constructor TIniFileEx.Create(const AFileName: string; AEscapeLineFeeds: Boolean);
|
||||
begin
|
||||
{$PUSH}{$HINTS OFF}
|
||||
Create(AFileName, fmOpenReadWrite);
|
||||
{$POP}
|
||||
end;
|
||||
|
||||
procedure TIniFileEx.UpdateFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue