quickshell: align right cluster to the window column like the dots
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2e0735fafa
commit
a6c38708fc
1 changed files with 4 additions and 1 deletions
|
|
@ -682,7 +682,10 @@ in
|
|||
// Right — network, battery, tray
|
||||
Row {
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 8
|
||||
// Mirror the left side: last tray icon's VISIBLE edge on
|
||||
// the window column (frameWidth + 12); tray cells pad
|
||||
// their 16px icons by 4px, hence the -4.
|
||||
anchors.rightMargin: Theme.frameWidth + 12 - 4
|
||||
anchors.verticalCenter: barBgRect.verticalCenter
|
||||
spacing: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue