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