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 {
|
||||
rootItem: root
|
||||
title: qsTr("Status Icons")
|
||||
|
||||
options: [
|
||||
{
|
||||
|
|
@ -240,6 +248,7 @@ Item {
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue