diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-22 14:29:20 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-22 14:29:20 +0200 |
| commit | 2f54bb12eb7f0965ff4861cb0faee5021c355d20 (patch) | |
| tree | f29c7a551787932a50c3d98981c749db7a212111 /components/DashboardTable.qml | |
| parent | 0e5dbbc1975d0d8f297ac1e2409727f97ab1ae7c (diff) | |
| download | monzero-gui-2f54bb12eb7f0965ff4861cb0faee5021c355d20.tar.gz monzero-gui-2f54bb12eb7f0965ff4861cb0faee5021c355d20.tar.xz monzero-gui-2f54bb12eb7f0965ff4861cb0faee5021c355d20.zip | |
https://trello.com/c/Denq3rax/53-minimize-button-keeps-focused-after-pressed-and-then-restoring-the-window
Diffstat (limited to 'components/DashboardTable.qml')
| -rw-r--r-- | components/DashboardTable.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DashboardTable.qml b/components/DashboardTable.qml index 0e6d73f0..f5e04deb 100644 --- a/components/DashboardTable.qml +++ b/components/DashboardTable.qml @@ -192,7 +192,7 @@ ListView { anchors.bottomMargin: 11 anchors.rightMargin: 5 dataModel: dropModel - z: 5 + z: 1 onExpandedChanged: { if(expanded) { listView.previousItem = delegate |
