[meego] UI fix
This commit is contained in:
parent
8bda987882
commit
0e7ded6547
3 changed files with 3 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ Page {
|
|||
}
|
||||
|
||||
onStatusChanged: {
|
||||
bar.hide();
|
||||
if (progressPanelDm.open) {
|
||||
if (status===DialogStatus.Opening) {
|
||||
progressPanelDm.visible = false;
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ Page {
|
|||
}
|
||||
|
||||
onStatusChanged: {
|
||||
bar.hide();
|
||||
if (progressPanelDm.open) {
|
||||
if (status===DialogStatus.Opening) {
|
||||
progressPanelDm.visible = false;
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ Page {
|
|||
}
|
||||
|
||||
onStatusChanged: {
|
||||
bar.hide();
|
||||
if (progressPanelDm.open) {
|
||||
if (status===DialogStatus.Opening) {
|
||||
progressPanelDm.visible = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue