mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
shell: Fix close button margin
This commit is contained in:
parent
e4cfa91d23
commit
ac635a71d1
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue