Set location of Dialog to Floating to prevent slide animation
This commit is contained in:
parent
17553e5a1f
commit
c277419554
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import org.kde.kwin 2.0;
|
|||
|
||||
PlasmaCore.Dialog {
|
||||
id: dialog
|
||||
location: PlasmaCore.Types.Floating
|
||||
visible: false
|
||||
windowFlags: Qt.X11BypassWindowManagerHint
|
||||
|
||||
|
|
Loading…
Reference in a new issue