aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml2
1 files changed, 1 insertions, 1 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