quickshell: nudge tray 2px outward to offset icon artwork padding
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
7558fe0fc5
commit
cbe98bff77
1 changed files with 4 additions and 2 deletions
|
|
@ -685,8 +685,10 @@ in
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
// Corner symmetry like the dots: last tray icon's VISIBLE
|
// Corner symmetry like the dots: last tray icon's VISIBLE
|
||||||
// edge 12px from the right screen edge; tray cells pad
|
// edge 12px from the right screen edge; tray cells pad
|
||||||
// their 16px icons by 4px, hence the -4.
|
// their 16px icons by 4px, hence the -4. The extra -2
|
||||||
anchors.rightMargin: 12 - 4
|
// optically compensates for transparent padding baked
|
||||||
|
// into typical tray icon artwork.
|
||||||
|
anchors.rightMargin: 12 - 4 - 2
|
||||||
anchors.verticalCenter: barBgRect.verticalCenter
|
anchors.verticalCenter: barBgRect.verticalCenter
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue