Skip to content

Commit

Permalink
Small GUI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Jenny committed Mar 31, 2017
1 parent a8db106 commit 96c1039
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri, 31 Mar 2017 12:00:06 +1100
#Fri, 31 Mar 2017 12:06:51 +1100


/Users/jennyb/Documents/Java/FlexProjector=
5 changes: 1 addition & 4 deletions src/ika/gui/ProjectionBrewerPanel.form
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,7 @@
</Constraint>
</Constraints>

<Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
<Property name="columns" type="int" value="0"/>
<Property name="rows" type="int" value="1"/>
</Layout>
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
<SubComponents>
<Container class="javax.swing.JPanel" name="jPanel1">
<AuxValues>
Expand Down
2 changes: 0 additions & 2 deletions src/ika/gui/ProjectionBrewerPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2017,8 +2017,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {

methodPanel.setLayout(new java.awt.CardLayout());

flexSlidersPanel.setLayout(new java.awt.GridLayout(1, 0));

jPanel1.setLayout(new java.awt.GridBagLayout());

flexOptionsButton.setIcon(new javax.swing.ImageIcon(getClass().getResource("/ika/icons/Action.png"))); // NOI18N
Expand Down

0 comments on commit 96c1039

Please sign in to comment.