Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@486 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-05-09 16:20:37 +00:00
parent 5a1dfebc68
commit fcda740314
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="10"/>
<Version Value="9"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectSession>
<Version Value="10"/>
<Version Value="9"/>
<BuildModes Active="Release"/>
<Units Count="32">
<Unit0>
@ -19,6 +19,7 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="MainUnit"/>
<IsVisibleTab Value="True"/>
<TopLine Value="291"/>
<CursorPos X="11" Y="296"/>
<UsageCount Value="87"/>
@ -59,13 +60,11 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="SettingsDialog"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<TopLine Value="252"/>
<CursorPos Y="278"/>
<CursorPos X="63" Y="258"/>
<UsageCount Value="79"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit5>
<Unit6>
<Filename Value="sessionxcpdialog.pas"/>

Binary file not shown.

View File

@ -85,7 +85,7 @@ object MainForm: TMainForm
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.8.2.0'
LCLVersion = '1.6.2.0'
object PnlBody: TPanel
Left = 0
Height = 84
@ -107,6 +107,8 @@ object MainForm: TMainForm
Caption = 'PnlBodyRight'
ClientHeight = 80
ClientWidth = 98
Color = clForm
ParentColor = False
TabOrder = 0
object BtnBrowse: TButton
Left = 10