Commit bfa881bc authored by Aleksi Suomalainen's avatar Aleksi Suomalainen Committed by GitHub

Merge pull request #65 from neochapay/dialogs_fix

[Dialogs] Make dialogs always on top
parents 7b6fac1b 5af2b557
...@@ -12,6 +12,8 @@ Item { ...@@ -12,6 +12,8 @@ Item {
property real bgOpacity: 1; property real bgOpacity: 1;
z: 999
property string icon: "" property string icon: ""
property bool inline: true property bool inline: true
......
...@@ -14,6 +14,8 @@ Item { ...@@ -14,6 +14,8 @@ Item {
property real bgOpacity: 1; property real bgOpacity: 1;
z: 999
property string icon: "" property string icon: ""
property bool inline: true property bool inline: true
......
...@@ -14,6 +14,8 @@ Item { ...@@ -14,6 +14,8 @@ Item {
property real bgOpacity: 1; property real bgOpacity: 1;
z: 999
property alias model: selectionListView.model property alias model: selectionListView.model
property int selectedIndex: -1 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