ColorScheme: Download more button on its own line to avoid breaking layout in german.

This commit is contained in:
ItsLemmy
2025-11-24 23:12:04 -05:00
parent ce7b27c316
commit 6a427b2cfc
@@ -332,22 +332,17 @@ ColumnLayout {
Layout.fillWidth: true
visible: !Settings.data.colorSchemes.useWallpaperColors
RowLayout {
NHeader {
label: I18n.tr("settings.color-scheme.predefined.section.label")
description: I18n.tr("settings.color-scheme.predefined.section.description")
Layout.fillWidth: true
}
NHeader {
label: I18n.tr("settings.color-scheme.predefined.section.label")
description: I18n.tr("settings.color-scheme.predefined.section.description")
Layout.fillWidth: true
}
NButton {
text: I18n.tr("settings.color-scheme.download.button")
icon: "download"
onClicked: {
root.openDownloadPopup();
}
}
NButton {
text: I18n.tr("settings.color-scheme.download.button")
icon: "download"
onClicked: root.openDownloadPopup()
Layout.alignment: Qt.AlignRight
}
// Download popup