FIX: Panels background color (issue #1889)

This commit is contained in:
Alexander Koblov 2024-10-05 13:30:46 +03:00
commit f5a67b9883
2 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -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