mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
fix add applet
This commit is contained in:
parent
4bc42a9c9b
commit
dadb29b68d
1 changed files with 1 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ Rectangle {
|
||||||
id: root
|
id: root
|
||||||
color: Qt.rgba(0, 0, 0, (1 - Math.abs(main.x / (main.width/2))) * 0.8)
|
color: Qt.rgba(0, 0, 0, (1 - Math.abs(main.x / (main.width/2))) * 0.8)
|
||||||
signal closed()
|
signal closed()
|
||||||
|
property alias containment: widgetExplorer.containment
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
@ -86,8 +87,6 @@ Rectangle {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
color: theme.backgroundColor
|
color: theme.backgroundColor
|
||||||
|
|
||||||
property alias containment: widgetExplorer.containment
|
|
||||||
|
|
||||||
//external drop events can cause a raise event causing us to lose focus and
|
//external drop events can cause a raise event causing us to lose focus and
|
||||||
//therefore get deleted whilst we are still in a drag exec()
|
//therefore get deleted whilst we are still in a drag exec()
|
||||||
//this is a clue to the owning dialog that hideOnWindowDeactivate should be deleted
|
//this is a clue to the owning dialog that hideOnWindowDeactivate should be deleted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue