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 { ConnectedButtonGroup {
rootItem: root rootItem: root
title: qsTr("Status Icons")
options: [ options: [
{ {
@ -240,6 +248,7 @@ Item {
} }
] ]
} }
}
RowLayout { RowLayout {
Layout.fillWidth: true Layout.fillWidth: true