Settings: Tabs sidebar is proportional to the window size (20%)
This commit is contained in:
parent
58c508e708
commit
7cc8b6926c
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ PanelWithOverlay {
|
||||||
id: tabs
|
id: tabs
|
||||||
|
|
||||||
color: Theme.surface
|
color: Theme.surface
|
||||||
width: Quickshell.screens.length > 0 ? Quickshell.screens[0].width / 9 : 100
|
width: parent.width * 0.2
|
||||||
height: settingsWindowRect.height
|
height: settingsWindowRect.height
|
||||||
topLeftRadius: 20
|
topLeftRadius: 20
|
||||||
bottomLeftRadius: 20
|
bottomLeftRadius: 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue