mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Labels and panels background color
This commit is contained in:
parent
3fc2fa3428
commit
1bf48d63dd
3 changed files with 0 additions and 12 deletions
|
|
@ -51,8 +51,6 @@ object frmMsg: TfrmMsg
|
|||
ChildSizing.EnlargeHorizontal = crsHomogenousSpaceResize
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 3
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
end
|
||||
object mnuOther: TPopupMenu
|
||||
|
|
|
|||
|
|
@ -255,8 +255,6 @@ object frmCopyDlg: TfrmCopyDlg
|
|||
BevelOuter = bvNone
|
||||
ClientHeight = 39
|
||||
ClientWidth = 596
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 3
|
||||
OnResize = pnlOptionsResize
|
||||
object grpOptions: TGroupBox
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 0
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -150,7 +149,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 20
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -169,7 +167,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 40
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -188,7 +185,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 60
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -207,7 +203,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 80
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -226,7 +221,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 100
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -245,7 +239,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 120
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
@ -264,7 +257,6 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
Height = 15
|
||||
Top = 140
|
||||
Width = 62
|
||||
Color = clForm
|
||||
DrawStyle = dsExtra1
|
||||
ReadOnly = True
|
||||
TabStop = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue