Skip to content

Commit fa097d0

Browse files
committed
Test Properties panel UI Improvment
1 parent f32534a commit fa097d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/java/org/netbeans/modules/python/projectproperties/PythonTestPanel.form

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<Component id="testGeneratorParamsLabel" alignment="0" min="-2" max="-2" attributes="0"/>
5858
<Component id="testGeneratorDirLabel" alignment="0" min="-2" max="-2" attributes="0"/>
5959
</Group>
60-
<EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
60+
<EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
6161
<Group type="103" groupAlignment="0" attributes="0">
62-
<Component id="testGeneratorParamsTextField" pref="400" max="32767" attributes="0"/>
62+
<Component id="testGeneratorParamsTextField" pref="401" max="32767" attributes="0"/>
6363
<Group type="102" alignment="0" attributes="0">
64-
<Component id="testGeneratorDirTextField" pref="322" max="32767" attributes="0"/>
64+
<Component id="testGeneratorDirTextField" pref="323" max="32767" attributes="0"/>
6565
<EmptySpace min="-2" max="-2" attributes="0"/>
6666
<Component id="testGeneratorDirButton" min="-2" max="-2" attributes="0"/>
6767
</Group>

src/main/java/org/netbeans/modules/python/projectproperties/PythonTestPanel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
109109
.addComponent(testGeneratorLabel)
110110
.addComponent(testGeneratorParamsLabel)
111111
.addComponent(testGeneratorDirLabel))
112-
.addGap(25, 25, 25)
112+
.addGap(24, 24, 24)
113113
.addGroup(testGeneratorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
114-
.addComponent(testGeneratorParamsTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
114+
.addComponent(testGeneratorParamsTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 401, Short.MAX_VALUE)
115115
.addGroup(testGeneratorPanelLayout.createSequentialGroup()
116-
.addComponent(testGeneratorDirTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 322, Short.MAX_VALUE)
116+
.addComponent(testGeneratorDirTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 323, Short.MAX_VALUE)
117117
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
118118
.addComponent(testGeneratorDirButton))
119119
.addComponent(testGeneratorComboBox, javax.swing.GroupLayout.Alignment.TRAILING, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))

0 commit comments

Comments
 (0)