Fix multisection tabs font

This commit is contained in:
Simon Stürz 2024-11-26 16:33:26 +01:00
parent eb0a3c1c1b
commit 0031d9083e

View File

@ -43,7 +43,7 @@ Rectangle {
id: label
anchors.centerIn: parent
text: modelData
font: Style.spacedFont
font: Style.font
}
}
}