Skip to content

Commit 03ef8bb

Browse files
committed
Solve size problems. Fix #5
1 parent 505ce0a commit 03ef8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/github/kennedyoliveira/ultimatepastebin/settings/PasteBinConfigurationForm.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<xy x="20" y="20" width="860" height="450"/>
77
</constraints>
88
<properties>
9-
<minimumSize width="860" height="450"/>
10-
<preferredSize width="860" height="450"/>
9+
<minimumSize width="-1" height="-1"/>
10+
<preferredSize width="-1" height="-1"/>
1111
</properties>
1212
<clientProperties>
1313
<BorderFactoryClass class="java.lang.String" value=""/>

0 commit comments

Comments
 (0)