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 {
|
RowLayout {
|
||||||
id: dockRow
|
id: dockRow
|
||||||
// Match the visible rectangle's insets (see
|
// Match the visible rectangle's insets so the icon
|
||||||
// dockVisualBackground) so the icon row lands
|
// row lands INSIDE the thin pill, not drooping
|
||||||
// INSIDE the rounded pill, not overflowing its
|
// below it. The bar stays thin; only the icons move.
|
||||||
// top/bottom edges.
|
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue