Add option to make tabs take full window width
This commit is contained in:
@@ -27,5 +27,6 @@
|
||||
"FILL_WINDOW_BG": true,
|
||||
"FILL_BUTTON_BG": true,
|
||||
"FILL_ACCENT_BG": false,
|
||||
"LINK_STYLE": 0
|
||||
"LINK_STYLE": 0,
|
||||
"FULL_TABS": false
|
||||
}
|
||||
|
||||
@@ -294,6 +294,9 @@ class Config {
|
||||
UIView2D.inst.ui.t = App.theme;
|
||||
UISidebar.inst.tagUIRedraw();
|
||||
}
|
||||
#if (krom_android || krom_ios)
|
||||
App.theme.FULL_TABS = true;
|
||||
#end
|
||||
}
|
||||
|
||||
public static function enablePlugin(f: String) {
|
||||
|
||||
Reference in New Issue
Block a user