dock: revert thin-bar geometry; keep icons inset to land inside the bar
This commit is contained in:
parent
0beeb80357
commit
693df8b55b
1 changed files with 3 additions and 4 deletions
|
|
@ -226,10 +226,9 @@ Scope { // Scope
|
|||
|
||||
RowLayout {
|
||||
id: dockRow
|
||||
// Match the visible rectangle's insets (see
|
||||
// dockVisualBackground) so the icon row lands
|
||||
// INSIDE the rounded pill, not overflowing its
|
||||
// top/bottom edges.
|
||||
// Match the visible rectangle's insets so the icon
|
||||
// row lands INSIDE the thin pill, not drooping
|
||||
// below it. The bar stays thin; only the icons move.
|
||||
anchors {
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
|
|
|
|||
Loading…
Reference in a new issue