Skip to content

Commit 7873b5b

Browse files
🐛fix: 优化设置面板宽度
1 parent bd0488b commit 7873b5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/java/com/fulinlin/ui/setting/TemplateEditPanel.form

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.fulinlin.ui.setting.TemplateEditPanel">
3-
<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">
3+
<grid id="27dc6" binding="mainPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>
66
<xy x="19" y="36" width="1827" height="642"/>
77
</constraints>
88
<properties>
9+
<minimumSize width="500" height="283"/>
910
<opaque value="true"/>
11+
<preferredSize width="800" height="283"/>
1012
</properties>
1113
<border type="none"/>
1214
<children>
@@ -49,7 +51,10 @@
4951
<constraints>
5052
<tabbedpane title="Template"/>
5153
</constraints>
52-
<properties/>
54+
<properties>
55+
<minimumSize width="550" height="283"/>
56+
<preferredSize width="550" height="283"/>
57+
</properties>
5358
<border type="none"/>
5459
<children>
5560
<grid id="b6958" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -244,11 +249,6 @@
244249
</grid>
245250
</children>
246251
</tabbedpane>
247-
<hspacer id="ad0d4">
248-
<constraints>
249-
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
250-
</constraints>
251-
</hspacer>
252252
</children>
253253
</grid>
254254
</form>

0 commit comments

Comments
 (0)