mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Panels background color (issue #1889)
This commit is contained in:
parent
f5a67b9883
commit
66dedd742c
2 changed files with 0 additions and 8 deletions
|
|
@ -22,10 +22,8 @@ inherited frmOptionsDirectoryHotlist: TfrmOptionsDirectoryHotlist
|
|||
ChildSizing.TopBottomSpacing = 6
|
||||
ClientHeight = 626
|
||||
ClientWidth = 714
|
||||
Color = clForm
|
||||
Constraints.MinHeight = 460
|
||||
Constraints.MinWidth = 548
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object pnlClient: TPanel
|
||||
AnchorSideLeft.Control = gbDirectoryHotlist
|
||||
|
|
@ -85,8 +83,6 @@ inherited frmOptionsDirectoryHotlist: TfrmOptionsDirectoryHotlist
|
|||
BevelOuter = bvNone
|
||||
ClientHeight = 161
|
||||
ClientWidth = 314
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
OnResize = pnlButtonsResize
|
||||
object btnInsert: TBitBtn
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ inherited frmOptionsFavoriteTabs: TfrmOptionsFavoriteTabs
|
|||
ChildSizing.TopBottomSpacing = 6
|
||||
ClientHeight = 572
|
||||
ClientWidth = 568
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object pnlClient: TPanel
|
||||
AnchorSideLeft.Control = gbFavoriteTabs
|
||||
|
|
@ -93,8 +91,6 @@ inherited frmOptionsFavoriteTabs: TfrmOptionsFavoriteTabs
|
|||
ChildSizing.TopBottomSpacing = 6
|
||||
ClientHeight = 249
|
||||
ClientWidth = 149
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
object btnInsert: TBitBtn
|
||||
Tag = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue