diff --git a/Modules/Settings/Tabs/ColorSchemeTab.qml b/Modules/Settings/Tabs/ColorSchemeTab.qml index 22f403f4..fa2f84fa 100644 --- a/Modules/Settings/Tabs/ColorSchemeTab.qml +++ b/Modules/Settings/Tabs/ColorSchemeTab.qml @@ -220,7 +220,7 @@ ColumnLayout { // Color Schemes Grid GridLayout { - columns: 3 + columns: Math.max(1, Math.floor((root.width + columnSpacing) / (222 * scaling + columnSpacing))) rowSpacing: Style.marginM * scaling columnSpacing: Style.marginM * scaling Layout.fillWidth: true