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
04babd85e2
commit
f5a67b9883
2 changed files with 3 additions and 9 deletions
|
|
@ -16,8 +16,6 @@ object frmButtonForm: TfrmButtonForm
|
|||
Align = alClient
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
end
|
||||
object pnlButtons: TPanel
|
||||
|
|
@ -33,8 +31,6 @@ object frmButtonForm: TfrmButtonForm
|
|||
BevelOuter = bvNone
|
||||
ClientHeight = 34
|
||||
ClientWidth = 593
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
object btnAddToQueue: TBitBtn
|
||||
Left = 0
|
||||
|
|
@ -141,8 +137,8 @@ object frmButtonForm: TfrmButtonForm
|
|||
end
|
||||
end
|
||||
object pmQueuePopup: TPopupMenu
|
||||
left = 280
|
||||
top = 280
|
||||
Left = 280
|
||||
Top = 280
|
||||
object mnuNewQueue: TMenuItem
|
||||
Caption = 'New queue'
|
||||
OnClick = mnuNewQueueClick
|
||||
|
|
|
|||
|
|
@ -134,8 +134,6 @@ inherited frmExtractDlg: TfrmExtractDlg
|
|||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ClientHeight = 90
|
||||
ClientWidth = 446
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 2
|
||||
object cbInSeparateFolder: TCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
|
|
@ -215,4 +213,4 @@ inherited frmExtractDlg: TfrmExtractDlg
|
|||
Left = 232
|
||||
Top = 224
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue