cleaning up what remains

This commit is contained in:
Anuken
2019-09-08 22:55:36 -04:00
parent d981bb95b9
commit c4c0f45228
33 changed files with 141 additions and 562 deletions

View File

@@ -84,7 +84,7 @@ public class DesktopLauncher extends ClientLauncher{
t.toFront();
});
t.table(Style.guideDim,f -> label[0] = f.add("").get()).visible(() -> visible[0]);
t.table(Styles.black3, f -> label[0] = f.add("").get()).visible(() -> visible[0]);
});
Log.setLogger(new LogHandler(){