mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
Settings: Tabs sidebar is proportional to the window size (20%)
This commit is contained in:
@@ -350,7 +350,7 @@ PanelWithOverlay {
|
||||
id: tabs
|
||||
|
||||
color: Theme.surface
|
||||
width: Quickshell.screens.length > 0 ? Quickshell.screens[0].width / 9 : 100
|
||||
width: parent.width * 0.2
|
||||
height: settingsWindowRect.height
|
||||
topLeftRadius: 20
|
||||
bottomLeftRadius: 20
|
||||
|
||||
Reference in New Issue
Block a user