From ef9f412e5f0067bcf9cad8a7f0837dd4527a8f8b Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Sat, 8 Jan 2022 22:36:02 +0100 Subject: [PATCH] Clip profiles list. --- app/qml/SettingsGeneralTab.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/qml/SettingsGeneralTab.qml b/app/qml/SettingsGeneralTab.qml index 88e781d..40fbc0d 100644 --- a/app/qml/SettingsGeneralTab.qml +++ b/app/qml/SettingsGeneralTab.qml @@ -33,6 +33,7 @@ ColumnLayout { Layout.fillWidth: true Layout.fillHeight: true model: appSettings.profilesList + clip: true delegate: Rectangle { width: label.width height: label.height