mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
sparta: better background color theme for designed docked form. Patch from zbyna, thanks!
git-svn-id: trunk@52733 -
This commit is contained in:
parent
9e440cb058
commit
af3f4f0e1a
@ -6,7 +6,7 @@ object BasicResizeFrame: TBasicResizeFrame
|
||||
ClientHeight = 460
|
||||
ClientWidth = 320
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
object pR: TPanel
|
||||
AnchorSideTop.Control = Owner
|
||||
@ -166,8 +166,8 @@ object BasicResizeFrame: TBasicResizeFrame
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 427
|
||||
ClientWidth = 287
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Color = clDefault
|
||||
ParentColor = True
|
||||
TabOrder = 4
|
||||
object pFakeMenu: TPanel
|
||||
AnchorSideLeft.Control = pBG
|
||||
@ -198,8 +198,8 @@ object BasicResizeFrame: TBasicResizeFrame
|
||||
Width = 152
|
||||
Anchors = []
|
||||
BevelOuter = bvNone
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Color = clDefault
|
||||
ParentColor = True
|
||||
TabOrder = 5
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user