mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
rogcc UI updated:
+ system control tab, + aura tab, + common elements
This commit is contained in:
@@ -41,7 +41,7 @@ component SideBarItem inherits Rectangle {
|
||||
label := Text {
|
||||
color: Palette.foreground;
|
||||
vertical-alignment: center;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ export component SideBar inherits Rectangle {
|
||||
out property <int> current-focused: fs.has-focus ? fs.focused-tab : -1;
|
||||
|
||||
// The currently focused tab
|
||||
width: 160px;
|
||||
width: 180px;
|
||||
forward-focus: fs;
|
||||
accessible-role: tab;
|
||||
accessible-delegate-focus: root.current-focused >= 0 ? root.current-focused : root.current-item;
|
||||
|
||||
Reference in New Issue
Block a user