quickshell: use screen.width for RowLayout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5e86856307
commit
d63097edb6
1 changed files with 2 additions and 2 deletions
|
|
@ -459,8 +459,8 @@ in
|
|||
color: "#D1${c.base00}"
|
||||
|
||||
RowLayout {
|
||||
width: bar.width
|
||||
height: bar.height
|
||||
width: bar.screen.width
|
||||
height: 30
|
||||
spacing: 0
|
||||
|
||||
// Workspaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue