diff options
-rw-r--r-- | src/main.qml | 2 | ||||
-rw-r--r-- | src/scenes/Scene_placeholder.qml | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/main.qml b/src/main.qml index ac4b503..e94b291 100644 --- a/src/main.qml +++ b/src/main.qml @@ -349,7 +349,7 @@ ApplicationWindow { height: parent.height color: "#ffffff" text: qsTr("Allow Remote Control") - anchors.left: theme.right + anchors.left: inPortrait ? burger_button.right : theme.right anchors.leftMargin: 5 horizontalAlignment: Text.AlignRight padding: 5 diff --git a/src/scenes/Scene_placeholder.qml b/src/scenes/Scene_placeholder.qml index fcb6134..7485518 100644 --- a/src/scenes/Scene_placeholder.qml +++ b/src/scenes/Scene_placeholder.qml @@ -45,12 +45,6 @@ Item { } } - - - - - - /*##^## Designer { D{i:0;autoSize:true;height:480;width:640} } |