#14 Basic gui change panel color
This commit is contained in:
parent
c70618435a
commit
5bd350643a
1 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<grid id="27dc6" binding="MainPanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
||||
<margin top="0" left="0" bottom="0" right="0"/>
|
||||
<constraints>
|
||||
<xy x="20" y="20" width="500" height="400"/>
|
||||
<xy x="20" y="20" width="853" height="600"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<background color="-12828863"/>
|
||||
|
@ -16,8 +16,10 @@
|
|||
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<background color="-720907"/>
|
||||
<doubleBuffered value="true"/>
|
||||
<enabled value="true"/>
|
||||
<foreground color="-12495218"/>
|
||||
</properties>
|
||||
<border type="none"/>
|
||||
<children>
|
||||
|
@ -27,7 +29,9 @@
|
|||
<card name="Card1"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<foreground color="-4475730"/>
|
||||
<background color="-8683389"/>
|
||||
<enabled value="false"/>
|
||||
<foreground color="-10699971"/>
|
||||
</properties>
|
||||
<border type="none"/>
|
||||
<children>
|
||||
|
@ -85,6 +89,7 @@
|
|||
<card name="Card2"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<background color="-2708071"/>
|
||||
<doubleBuffered value="true"/>
|
||||
<enabled value="true"/>
|
||||
</properties>
|
||||
|
@ -106,6 +111,7 @@
|
|||
<card name="Card3"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<background color="-5520023"/>
|
||||
<doubleBuffered value="true"/>
|
||||
<enabled value="true"/>
|
||||
</properties>
|
||||
|
|
Reference in a new issue