Set theme for nodes

This commit is contained in:
luboslenco
2019-11-08 10:43:54 +01:00
parent 334ec572a4
commit 1d9a705034
+2 -1
View File
@@ -41,7 +41,8 @@ class BoxPreferences {
}
ui.t = App.theme;
UITrait.inst.ui.t = App.theme;
// UINodes.inst.ui.t = App.theme;
UINodes.inst.ui.t = App.theme;
UIView2D.inst.ui.t = App.theme;
UITrait.inst.headerHandle.redraws = 2;
UITrait.inst.toolbarHandle.redraws = 2;
UITrait.inst.statusHandle.redraws = 2;