controlcenter: changed button groups to match other elements

This commit is contained in:
ATMDA 2025-11-17 14:24:32 -05:00
parent 678f7e3343
commit d92911b7e4

View file

@ -177,9 +177,17 @@ Item {
}
}
SectionContainer {
Layout.fillWidth: true
alignTop: true
StyledText {
text: qsTr("Status Icons")
font.pointSize: Appearance.font.size.normal
}
ConnectedButtonGroup {
rootItem: root
title: qsTr("Status Icons")
options: [
{
@ -240,6 +248,7 @@ Item {
}
]
}
}
RowLayout {
Layout.fillWidth: true