Fix width of the shine unit selector

This commit is contained in:
bkuker 2013-01-08 10:14:46 -05:00
parent f6358ad2ba
commit 05ff94836f

View File

@ -275,7 +275,7 @@ public class AppearancePanel extends JPanel {
UnitSelector unit = new UnitSelector(shineModel);
add(spin, "split 3, w 50");
add(unit, "growx");
add(unit);
add(slide, "w 50");
}