mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 22:33:08 +00:00
add margin before search bar
This commit is contained in:
parent
752e8fde6c
commit
0eed8d3a90
1 changed files with 2 additions and 1 deletions
|
|
@ -192,6 +192,7 @@ Item {
|
|||
spacing: 0
|
||||
|
||||
Item {
|
||||
width: 1
|
||||
height: plasmoid.availableScreenRect.y
|
||||
}
|
||||
DragDrop.DropArea {
|
||||
|
|
@ -199,7 +200,7 @@ Item {
|
|||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
height: mainFlickable.height //TODO: multiple widgets pages
|
||||
height: mainFlickable.height - plasmoid.availableScreenRect.y //TODO: multiple widgets pages
|
||||
|
||||
onDragEnter: {
|
||||
event.accept(event.proposedAction);
|
||||
|
|
|
|||
Loading…
Reference in a new issue