Fix width of the shine unit selector
This commit is contained in:
parent
f6358ad2ba
commit
05ff94836f
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user