mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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
|
spacing: 0
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
width: 1
|
||||||
height: plasmoid.availableScreenRect.y
|
height: plasmoid.availableScreenRect.y
|
||||||
}
|
}
|
||||||
DragDrop.DropArea {
|
DragDrop.DropArea {
|
||||||
|
|
@ -199,7 +200,7 @@ Item {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
height: mainFlickable.height //TODO: multiple widgets pages
|
height: mainFlickable.height - plasmoid.availableScreenRect.y //TODO: multiple widgets pages
|
||||||
|
|
||||||
onDragEnter: {
|
onDragEnter: {
|
||||||
event.accept(event.proposedAction);
|
event.accept(event.proposedAction);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue