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