Skip to content

Commit 91af5ee

Browse files
committed
Adjustments after review
1 parent 1183194 commit 91af5ee

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

resources/magento2/common.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ common.classInheritance=Inherit Class
2828
common.license.proprietary=Proprietary
2929
common.description=Description
3030
common.parentDirectory=Parent Directory
31-
common.cliCommandName=CLI Command Name
31+
common.cliCommandName=Command Name
3232
common.cli.create.new.cli.command.title=Create a new Magento 2 CLI Command
3333
common.cli.generate.error=New CLI Command Generation Error
3434
common.cli.class.title=CLI Command Class

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.magento.idea.magento2plugin.actions.generation.dialog.NewCLICommandDialog">
33
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4-
<margin top="10" left="10" bottom="10" right="10"/>
4+
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>
6-
<xy x="20" y="20" width="904" height="497"/>
6+
<xy x="20" y="20" width="904" height="2015"/>
77
</constraints>
88
<properties>
9-
<minimumSize width="497" height="397"/>
9+
<background color="-12828863"/>
10+
<focusCycleRoot value="true"/>
11+
<minimumSize width="301" height="215"/>
1012
<opaque value="false"/>
1113
<preferredSize width="411" height="312"/>
14+
<verifyInputWhenFocusTarget value="true"/>
15+
<visible value="true"/>
1216
</properties>
1317
<border type="none"/>
1418
<children>
15-
<grid id="bce24" layout-manager="GridLayoutManager" row-count="6" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
16-
<margin top="0" left="0" bottom="0" right="0"/>
19+
<grid id="bce24" layout-manager="GridLayoutManager" row-count="5" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
20+
<margin top="10" left="10" bottom="10" right="10"/>
1721
<constraints>
1822
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
1923
</constraints>
@@ -30,11 +34,6 @@
3034
<text value=""/>
3135
</properties>
3236
</component>
33-
<vspacer id="911bd">
34-
<constraints>
35-
<grid row="4" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
36-
</constraints>
37-
</vspacer>
3837
<component id="82342" class="javax.swing.JTextField" binding="cliCommandParentDirectoryField">
3938
<constraints>
4039
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
@@ -94,7 +93,7 @@
9493
<grid id="5f3c" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
9594
<margin top="0" left="0" bottom="0" right="0"/>
9695
<constraints>
97-
<grid row="5" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
96+
<grid row="4" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
9897
</constraints>
9998
<properties/>
10099
<border type="none"/>

0 commit comments

Comments
 (0)