Skip to content

Commit 1ea811d

Browse files
Fixed panel size
1 parent 631cae5 commit 1ea811d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewEavAttributeDialog.form

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,22 +344,14 @@
344344
<component id="b41e7" class="javax.swing.JLabel">
345345
<constraints>
346346
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false">
347-
<preferred-size width="148" height="15"/>
347+
<preferred-size width="144" height="15"/>
348348
</grid>
349349
</constraints>
350350
<properties>
351351
<text value="Apply to"/>
352352
<toolTipText value=""/>
353353
</properties>
354354
</component>
355-
<component id="fffe8" class="javax.swing.JTextField" binding="applyToTextField">
356-
<constraints>
357-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
358-
<preferred-size width="150" height="-1"/>
359-
</grid>
360-
</constraints>
361-
<properties/>
362-
</component>
363355
<component id="fbc8d" class="javax.swing.JTextPane" binding="applyToRecommendationTextPanel">
364356
<constraints>
365357
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">
@@ -371,6 +363,14 @@
371363
<toolTipText value=""/>
372364
</properties>
373365
</component>
366+
<component id="fffe8" class="javax.swing.JTextField" binding="applyToTextField">
367+
<constraints>
368+
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
369+
<preferred-size width="150" height="-1"/>
370+
</grid>
371+
</constraints>
372+
<properties/>
373+
</component>
374374
</children>
375375
</grid>
376376
</children>

0 commit comments

Comments
 (0)