mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 07:30:11 +02:00
sparta: fix green test color (visible during resize and more problematic for macos). Patch by Anthony Walter (issue #32194).
git-svn-id: trunk@55584 -
This commit is contained in:
parent
d51ce4fbd5
commit
31893afb73
@ -200,7 +200,7 @@ object BasicResizeFrame: TBasicResizeFrame
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 152
|
||||
ClientWidth = 152
|
||||
Color = clGreen
|
||||
Color = clBtnFace
|
||||
ParentColor = False
|
||||
TabOrder = 5
|
||||
object pFormHandler: TPanel
|
||||
|
@ -6,7 +6,7 @@ object frFormBackgroundForMDI: TfrFormBackgroundForMDI
|
||||
Align = alClient
|
||||
ClientHeight = 582
|
||||
ClientWidth = 570
|
||||
Color = clGreen
|
||||
Color = clBtnFace
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object Panel1: TPanel
|
||||
|
Loading…
Reference in New Issue
Block a user