Settings: Tabs sidebar is proportional to the window size (20%)

This commit is contained in:
quadbyte 2025-08-06 21:28:56 -04:00
parent 58c508e708
commit 7cc8b6926c

View file

@ -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