From 5fe7755c6d1e64305c3132aa88c6b4a71f6a0dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Sat, 25 Jan 2020 14:16:53 +0100 Subject: [PATCH] Move fullscreen checkbox --- qml/OptionalSettings.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qml/OptionalSettings.qml b/qml/OptionalSettings.qml index 45db54c..7da8395 100644 --- a/qml/OptionalSettings.qml +++ b/qml/OptionalSettings.qml @@ -74,6 +74,11 @@ Item { } } + CheckBox { + id: checkFullscreen + text: "Fullscreen" + } + CheckBox { id: checkDesktopUserAgent text: "Enable desktop mode (via user agent)" @@ -103,11 +108,6 @@ Item { id: radioTitleBarBackForward text: "Show title bar with back/forward buttons" } - - CheckBox { - id: checkFullscreen - text: "Fullscreen" - } } RowLayout {