font-ize more elements

This commit is contained in:
Zlatin Balevsky
2019-06-12 16:34:24 +01:00
parent e826cfd8d5
commit 5172e19627

View File

@@ -59,6 +59,10 @@ class Initialize extends AbstractLifecycleHandler {
defaults.put("Button.font", font)
defaults.put("RadioButton.font", font)
defaults.put("Label.font", font)
defaults.put("CheckBox.font", font)
defaults.put("Table.font", font)
defaults.put("TableHeader.font", font)
// TODO: add others
}
} else {
Properties props = new Properties()