add a note to date styles

This commit is contained in:
darksignal7
2025-10-05 20:51:02 +03:00
parent fedeb47dbc
commit fba3a54f82
@@ -251,6 +251,11 @@ ContentPage {
icon: "deselect",
value: "none"
},
{
displayName: Translation.tr("Bubble"),
icon: "bubble_chart",
value: "bubble"
},
{
displayName: Translation.tr("Rotating"),
icon: "rotate_right",
@@ -260,15 +265,16 @@ ContentPage {
displayName: Translation.tr("Square"),
icon: "square",
value: "square"
},
{
displayName: Translation.tr("Bubble"),
icon: "bubble_chart",
value: "bubble"
}
]
}
}
StyledText {
Layout.leftMargin: 10
color: Appearance.colors.colSubtext
font.pixelSize: Appearance.font.pixelSize.smallie
text: Translation.tr("'Rotating' and 'Square' styles are not compatible with dial styles for aesthetic reasons")
}
ConfigSpinBox {