Skip to content

Commit

Permalink
Merge pull request #65 from neochapay/dialogs_fix
Browse files Browse the repository at this point in the history
[Dialogs] Make dialogs always on top
  • Loading branch information
locusf authored Jun 9, 2018
2 parents 7b6fac1 + 5af2b55 commit bfa881b
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 bfa881b

Please sign in to comment.