mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
IDEA-345052 Connection timeout input field is too small for the default value
GitOrigin-RevId: 263baf6c03f7a24e8276df9613e6b41d6fe4d619
This commit is contained in:
committed by
intellij-monorepo-bot
parent
caa1ea7e9f
commit
d19e6c5925
@@ -11,7 +11,7 @@
|
||||
<component id="5bcde" class="javax.swing.JTextField" binding="myHistoryLength">
|
||||
<constraints>
|
||||
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false">
|
||||
<preferred-size width="30" height="-1"/>
|
||||
<preferred-size width="70" height="-1"/>
|
||||
</grid>
|
||||
</constraints>
|
||||
<properties>
|
||||
@@ -76,7 +76,7 @@
|
||||
<component id="c5184" class="javax.swing.JTextField" binding="myConnectionTimeout">
|
||||
<constraints>
|
||||
<grid row="4" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false">
|
||||
<preferred-size width="30" height="-1"/>
|
||||
<preferred-size width="70" height="-1"/>
|
||||
</grid>
|
||||
</constraints>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user