ControlCenterSettings fix

This commit is contained in:
ItsLemmy
2025-09-22 20:14:42 -04:00
parent 50ea3e9a8b
commit a395156556

View File

@@ -57,10 +57,13 @@ ColumnLayout {
NIcon {
Layout.alignment: Qt.AlignVCenter
icon: valueIcon
font.pointSize: Style.fontSizeXL * scaling
font.pointSize: Style.fontSizeXXL * 1.5 * scaling
visible: valueIcon !== "" && valueCustomIconPath === ""
}
}
RowLayout {
spacing: Style.marginM * scaling
NButton {
enabled: !valueUseDistroLogo
text: "Browse Library"