Skip to content

Commit

Permalink
small refactoring of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Oct 8, 2015
1 parent 5922a3d commit e45b172
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="jPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
<Component id="jPanel4" alignment="0" max="32767" attributes="0"/>
<Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
<Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
<Component id="jPanel5" linkSize="18" alignment="0" min="-2" max="-2" attributes="0"/>
<Component id="jPanel4" linkSize="18" alignment="0" max="32767" attributes="0"/>
<Component id="jPanel3" linkSize="18" alignment="0" max="32767" attributes="0"/>
<Component id="jPanel1" linkSize="18" alignment="0" max="32767" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
Expand Down Expand Up @@ -317,7 +317,7 @@
<Component id="colorChooserGridColor" linkSize="5" min="-2" pref="165" max="-2" attributes="0"/>
<Component id="colorChooserPaperColor" linkSize="5" min="-2" pref="165" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
<EmptySpace pref="89" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down Expand Up @@ -721,7 +721,7 @@
<Component id="checkBoxCopyColorInfoToNewAllowed" alignment="0" min="-2" max="-2" attributes="0"/>
<Component id="checkBoxKnowledgeFolderAutogenerationAllowed" alignment="0" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
<EmptySpace pref="48" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public void stateChanged(javax.swing.event.ChangeEvent evt) {
.addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(colorChooserGridColor, javax.swing.GroupLayout.PREFERRED_SIZE, 165, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(colorChooserPaperColor, javax.swing.GroupLayout.PREFERRED_SIZE, 165, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addContainerGap(89, Short.MAX_VALUE))
);

jPanel4Layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {colorChooserGridColor, colorChooserPaperColor});
Expand Down Expand Up @@ -593,7 +593,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addComponent(checkBoxUnfoldCollapsedTarget)
.addComponent(checkBoxCopyColorInfoToNewAllowed)
.addComponent(checkBoxKnowledgeFolderAutogenerationAllowed))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addContainerGap(48, Short.MAX_VALUE))
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
Expand Down Expand Up @@ -688,6 +688,9 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addComponent(buttonAbout, javax.swing.GroupLayout.PREFERRED_SIZE, 137, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
);

jPanel6Layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {jPanel1, jPanel3, jPanel4, jPanel5});

jPanel6Layout.setVerticalGroup(
jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel6Layout.createSequentialGroup()
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e45b172

Please sign in to comment.