From 310b388e0e0d8d9406422b12195b23eb8a73e74c Mon Sep 17 00:00:00 2001 From: consti10 Date: Tue, 7 Nov 2023 15:16:40 +0100 Subject: [PATCH] pack the left bar into a scroll view, such that it is at least navigatable on too small screens --- qml/ui/configpopup/ConfigPopup.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/qml/ui/configpopup/ConfigPopup.qml b/qml/ui/configpopup/ConfigPopup.qml index 6037d6ac5..cdc9f3175 100644 --- a/qml/ui/configpopup/ConfigPopup.qml +++ b/qml/ui/configpopup/ConfigPopup.qml @@ -165,9 +165,7 @@ Rectangle { Column { id: navigation_buttons_column width: parent.width - anchors.top: parent.top - // Status ConfigPopupSidebarButton{ id: power