v0.3.1: all sorta UI changes

This commit is contained in:
Evan Debenham
2015-07-14 23:07:51 -04:00
committed by Evan Debenham
parent 3cd86934bd
commit c5252a5045
9 changed files with 260 additions and 210 deletions
@@ -66,6 +66,6 @@ public class PrefsButton extends Button {
@Override
protected void onClick() {
parent.add( new WndSettings( false ) );
parent.add( new WndSettings() );
}
}