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:
hnb 2017-07-24 22:20:57 +00:00
parent d51ce4fbd5
commit 31893afb73
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ object BasicResizeFrame: TBasicResizeFrame
BevelOuter = bvNone
ClientHeight = 152
ClientWidth = 152
Color = clGreen
Color = clBtnFace
ParentColor = False
TabOrder = 5
object pFormHandler: TPanel

View File

@ -6,7 +6,7 @@ object frFormBackgroundForMDI: TfrFormBackgroundForMDI
Align = alClient
ClientHeight = 582
ClientWidth = 570
Color = clGreen
Color = clBtnFace
ParentColor = False
TabOrder = 0
object Panel1: TPanel