IDEA-345052 Connection timeout input field is too small for the default value

GitOrigin-RevId: 263baf6c03f7a24e8276df9613e6b41d6fe4d619
This commit is contained in:
Pavel Porvatov
2024-02-08 11:24:43 +01:00
committed by intellij-monorepo-bot
parent caa1ea7e9f
commit d19e6c5925

View File

@@ -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>