WWW update
[ubi] / qml / ubi / PropertiesPage.qml
index 8dfebd1..ae46618 100644 (file)
@@ -236,9 +236,7 @@ Page {
                     tip.show(qsTr("Public URL copied to clipboard!"));
                 }
             }
-
             Spacer{}
-
         }
     }
 
@@ -331,12 +329,10 @@ Page {
         placeholderText: filename.text
         onOpened: {
             reset();
-            Utils.setOrientation("auto");
             mask.state = "dialog";
         }
         onClosed: {
             mask.state = "idle";
-            Utils.setOrientation(root.orientation);
             var r = trim(resp);
             if(r!="") {
                 mask.state = "busy";
@@ -348,7 +344,6 @@ Page {
             }
         }
         onCanceled: {
-            Utils.setOrientation(root.orientation);
             mask.state = "idle";
         }
     }