Skip to content

Commit 4ac3dfb

Browse files
author
Danny Milosavljevic
committed
Project Debug Settings Editor: Make form layout nicer.
1 parent 6ae756b commit 4ac3dfb

File tree

1 file changed

+33
-23
lines changed

1 file changed

+33
-23
lines changed

src/main/java/com/friendly_machines/intellij/plugins/ideanative2debugger/ProjectDebugSettingsEditorComponent.form

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<grid id="27dc6" binding="p" layout-manager="GridLayoutManager" row-count="5" column-count="3" 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="537" height="400"/>
6+
<xy x="20" y="20" width="541" height="400"/>
77
</constraints>
88
<properties/>
99
<border type="none"/>
@@ -21,14 +21,6 @@
2121
<text value="Target's Command Line Arguments:"/>
2222
</properties>
2323
</component>
24-
<component id="5df7c" class="javax.swing.JButton" binding="addBeforeButton" default-binding="true">
25-
<constraints>
26-
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
27-
</constraints>
28-
<properties>
29-
<text value="Add empty before"/>
30-
</properties>
31-
</component>
3224
<component id="5bdfd" class="javax.swing.JTable" binding="table1" default-binding="true">
3325
<constraints>
3426
<grid row="0" column="1" row-span="2" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">
@@ -41,22 +33,40 @@
4133
<terminateEditOnFocusLost class="java.lang.Boolean" value="true"/>
4234
</clientProperties>
4335
</component>
44-
<component id="4e3cd" class="javax.swing.JButton" binding="addAfterwardsButton" default-binding="true">
45-
<constraints>
46-
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
47-
</constraints>
48-
<properties>
49-
<text value="Add empty afterwards"/>
50-
</properties>
51-
</component>
52-
<component id="d162d" class="javax.swing.JButton" binding="button2r">
36+
<grid id="d8474" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
37+
<margin top="0" left="0" bottom="0" right="0"/>
5338
<constraints>
54-
<grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
39+
<grid row="0" column="2" row-span="3" col-span="1" vsize-policy="1" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
5540
</constraints>
56-
<properties>
57-
<text value="Remove"/>
58-
</properties>
59-
</component>
41+
<properties/>
42+
<border type="none"/>
43+
<children>
44+
<component id="5df7c" class="javax.swing.JButton" binding="addBeforeButton" default-binding="true">
45+
<constraints>
46+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
47+
</constraints>
48+
<properties>
49+
<text value="Add empty before"/>
50+
</properties>
51+
</component>
52+
<component id="4e3cd" class="javax.swing.JButton" binding="addAfterwardsButton" default-binding="true">
53+
<constraints>
54+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
55+
</constraints>
56+
<properties>
57+
<text value="Add empty afterwards"/>
58+
</properties>
59+
</component>
60+
<component id="d162d" class="javax.swing.JButton" binding="button2r">
61+
<constraints>
62+
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
63+
</constraints>
64+
<properties>
65+
<text value="Remove"/>
66+
</properties>
67+
</component>
68+
</children>
69+
</grid>
6070
</children>
6171
</grid>
6272
</form>

0 commit comments

Comments
 (0)