controlcenter: corrected tray settings heading
This commit is contained in:
parent
b1cc641849
commit
80b3255e2e
1 changed files with 5 additions and 1 deletions
|
|
@ -471,9 +471,13 @@ Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
alignTop: true
|
alignTop: true
|
||||||
|
|
||||||
|
StyledText {
|
||||||
|
text: qsTr("Tray Settings")
|
||||||
|
font.pointSize: Appearance.font.size.normal
|
||||||
|
}
|
||||||
|
|
||||||
ConnectedButtonGroup {
|
ConnectedButtonGroup {
|
||||||
rootItem: root
|
rootItem: root
|
||||||
title: qsTr("Tray Settings")
|
|
||||||
|
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue