shell: Fix close button margin

This commit is contained in:
Devin Lin 2025-12-13 11:24:59 -05:00
parent e4cfa91d23
commit ac635a71d1

View file

@ -23,7 +23,6 @@ Kirigami.ScrollablePage {
titleDelegate: RowLayout { titleDelegate: RowLayout {
// Add close button // Add close button
QQC2.ToolButton { QQC2.ToolButton {
Layout.leftMargin: -Kirigami.Units.gridUnit + Kirigami.Units.smallSpacing
icon.name: "arrow-left" icon.name: "arrow-left"
onClicked: root.Window.window.close() onClicked: root.Window.window.close()
} }