diff --git a/surfaces/quickshell/modules/ii/dock/Dock.qml b/surfaces/quickshell/modules/ii/dock/Dock.qml index 5d0a18f..51945d7 100644 --- a/surfaces/quickshell/modules/ii/dock/Dock.qml +++ b/surfaces/quickshell/modules/ii/dock/Dock.qml @@ -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