Skip to content

Commit eebb028

Browse files
committed
Merge branch 'minor'
2 parents 72096f6 + 86c3549 commit eebb028

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/BiojavaJmol.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void windowClosing(WindowEvent e) {
122122

123123
/// COMBO BOXES
124124
Box hBox1 = Box.createHorizontalBox();
125+
hBox1.setMaximumSize(new Dimension(Short.MAX_VALUE,30));
125126

126127

127128
String[] styles = new String[] { "Cartoon", "Backbone", "CPK", "Ball and Stick", "Ligands","Ligands and Pocket"};
@@ -143,7 +144,8 @@ public void windowClosing(WindowEvent e) {
143144

144145
// Check boxes
145146
Box hBox2 = Box.createHorizontalBox();
146-
147+
hBox2.setMaximumSize(new Dimension(Short.MAX_VALUE,30));
148+
147149

148150
JButton resetDisplay = new JButton("Reset Display");
149151

0 commit comments

Comments
 (0)