Skip to content

Commit

Permalink
[Dialogs] Make dialogs always on top
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed May 29, 2018
1 parent 022e314 commit 5af2b55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controls/qml/dialogs/Dialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Item {

property real bgOpacity: 1;

z: 999

property string icon: ""
property bool inline: true

Expand Down
2 changes: 2 additions & 0 deletions src/controls/qml/dialogs/QueryDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Item {

property real bgOpacity: 1;

z: 999

property string icon: ""
property bool inline: true

Expand Down
2 changes: 2 additions & 0 deletions src/controls/qml/dialogs/SelectionDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Item {

property real bgOpacity: 1;

z: 999

property alias model: selectionListView.model
property int selectedIndex: -1

Expand Down

0 comments on commit 5af2b55

Please sign in to comment.