mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 10:44:46 +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 {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: plasmoid.availableScreenRect.height
|
Layout.minimumHeight: plasmoid.availableScreenRect.height + units.gridUnit * 3
|
||||||
Layout.maximumHeight: plasmoid.availableScreenRect.height
|
Layout.maximumHeight: Layout.minimumHeight
|
||||||
Clock {
|
Clock {
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
|
@ -130,6 +130,7 @@ MouseEventListener {
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
bottomMargin: units.gridUnit * 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue