Commit 5af2b557 authored by Sergey Chupligin's avatar Sergey Chupligin Committed by Sergey Chupligin

[Dialogs] Make dialogs always on top

parent 022e314f
......@@ -12,6 +12,8 @@ Item {
property real bgOpacity: 1;
z: 999
property string icon: ""
property bool inline: true
......
......@@ -14,6 +14,8 @@ Item {
property real bgOpacity: 1;
z: 999
property string icon: ""
property bool inline: true
......
......@@ -14,6 +14,8 @@ Item {
property real bgOpacity: 1;
z: 999
property alias model: selectionListView.model
property int selectedIndex: -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment