controlcenter: changed button groups to match other elements
This commit is contained in:
parent
678f7e3343
commit
d92911b7e4
1 changed files with 70 additions and 61 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue