Skip to content

Commit 618fd8c

Browse files
committed
style: Add margin between number and text
1 parent dcc0954 commit 618fd8c

File tree

1 file changed

+47
-25
lines changed

1 file changed

+47
-25
lines changed

src/main/java/com/github/ilovegamecoding/intellijcodexp/form/CodeXPDashboard.form

Lines changed: 47 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<grid id="27dc6" binding="pMain" layout-manager="GridLayoutManager" row-count="12" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>
6-
<xy x="20" y="20" width="606" height="562"/>
6+
<xy x="20" y="20" width="606" height="566"/>
77
</constraints>
88
<properties/>
99
<border type="none"/>
@@ -21,40 +21,62 @@
2121
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
2222
</constraints>
2323
<properties>
24-
<foreground color="-4856512"/>
25-
<string value="0%"/>
24+
<background color="-13016389"/>
25+
<font name="Noto Sans ExtraBold" size="14" style="0"/>
26+
<foreground color="-2103985"/>
27+
<indeterminate value="false"/>
28+
<string value="100 %"/>
2629
<stringPainted value="true"/>
2730
<value value="30"/>
2831
</properties>
2932
</component>
30-
<grid id="dd6f3" layout-manager="FlowLayout" hgap="0" vgap="0" flow-align="1">
33+
<grid id="dd6f3" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="0" vgap="-1">
34+
<margin top="0" left="0" bottom="0" right="0"/>
3135
<constraints>
3236
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
3337
</constraints>
3438
<properties/>
3539
<border type="none"/>
3640
<children>
37-
<component id="d155c" class="javax.swing.JLabel">
38-
<constraints/>
39-
<properties>
40-
<font name="Noto Sans Medium" size="12" style="0"/>
41-
<text resource-bundle="messages/CodeXPBundle" key="TEXT_+"/>
42-
</properties>
43-
</component>
44-
<component id="de0" class="javax.swing.JLabel" binding="lblCurrentLevelXP">
45-
<constraints/>
46-
<properties>
47-
<font name="Noto Sans Medium" size="12" style="0"/>
48-
<text value="0"/>
49-
</properties>
50-
</component>
51-
<component id="98aa5" class="javax.swing.JLabel">
52-
<constraints/>
53-
<properties>
54-
<font name="Noto Sans Medium" size="12" style="0"/>
55-
<text resource-bundle="messages/CodeXPBundle" key="TEXT_XP"/>
56-
</properties>
57-
</component>
41+
<grid id="1d04f" layout-manager="FlowLayout" hgap="0" vgap="5" flow-align="2">
42+
<constraints>
43+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
44+
</constraints>
45+
<properties/>
46+
<border type="none"/>
47+
<children>
48+
<component id="d155c" class="javax.swing.JLabel">
49+
<constraints/>
50+
<properties>
51+
<font name="Noto Sans Medium" size="12" style="0"/>
52+
<text resource-bundle="messages/CodeXPBundle" key="TEXT_+"/>
53+
</properties>
54+
</component>
55+
<component id="de0" class="javax.swing.JLabel" binding="lblCurrentLevelXP">
56+
<constraints/>
57+
<properties>
58+
<font name="Noto Sans Medium" size="12" style="0"/>
59+
<text value="0"/>
60+
</properties>
61+
</component>
62+
</children>
63+
</grid>
64+
<grid id="4b044" layout-manager="FlowLayout" hgap="4" vgap="5" flow-align="0">
65+
<constraints>
66+
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
67+
</constraints>
68+
<properties/>
69+
<border type="none"/>
70+
<children>
71+
<component id="98aa5" class="javax.swing.JLabel">
72+
<constraints/>
73+
<properties>
74+
<font name="Noto Sans Medium" size="12" style="0"/>
75+
<text resource-bundle="messages/CodeXPBundle" key="TEXT_XP"/>
76+
</properties>
77+
</component>
78+
</children>
79+
</grid>
5880
</children>
5981
</grid>
6082
<grid id="5bf67" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="4" vgap="0">

0 commit comments

Comments
 (0)