mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
proper position of "locked" state
the search field appears at the right position as well as the applets reordering
This commit is contained in:
parent
b980f0cf8a
commit
4024edb277
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Item {
|
|||
property alias appletsSpace: applicationsView.headerItem
|
||||
property int buttonHeight: width/4
|
||||
property bool reorderingApps: false
|
||||
property bool locked: applicationsView.contentY <= -applicationsView.headerItem.height + root.height
|
||||
property bool locked: applicationsView.contentY < -applicationsView.headerItem.height + plasmoid.availableScreenRect.height
|
||||
//END properties
|
||||
|
||||
//BEGIN functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue