mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
add an empty margin
This commit is contained in:
parent
62aec0c07e
commit
ffdad67763
1 changed files with 3 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ MouseEventListener {
|
|||
}
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
Layout.minimumHeight: plasmoid.availableScreenRect.height
|
||||
Layout.maximumHeight: plasmoid.availableScreenRect.height
|
||||
Layout.minimumHeight: plasmoid.availableScreenRect.height + units.gridUnit * 3
|
||||
Layout.maximumHeight: Layout.minimumHeight
|
||||
Clock {
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
|
|
@ -130,6 +130,7 @@ MouseEventListener {
|
|||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
bottomMargin: units.gridUnit * 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue