mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Splash screen color
This commit is contained in:
parent
716de94a1f
commit
56d319acb0
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ object frmStartingSplash: TfrmStartingSplash
|
|||
Caption = 'Double Commander'
|
||||
ClientHeight = 314
|
||||
ClientWidth = 256
|
||||
Color = 15396089
|
||||
FormStyle = fsSplash
|
||||
Icon.Data = {
|
||||
267D000000000100040010100000010020006804000046000000202000000100
|
||||
|
|
@ -1035,6 +1034,8 @@ object frmStartingSplash: TfrmStartingSplash
|
|||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 283
|
||||
ClientWidth = 196
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object lblTitle: TLabel
|
||||
AnchorSideLeft.Control = pnlInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue