Compare commits

...

2 Commits

Author SHA1 Message Date
zhuzichu
06775a97c7
Merge pull request #535 from jeffrey0326/main
修复日历选择器夜间模式看不到星期的问题
2024-07-05 10:20:20 +08:00
jeffrey0326
45852bed28 修复日历选择器夜间模式看不到星期的问题 2024-07-05 10:01:46 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,7 @@ FluButton {
delegate: Label {
text: model.shortName
font: dayOfWeekRow.font
color: FluTheme.fontPrimaryColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}

View File

@ -448,6 +448,7 @@ FluButton {
delegate: Label {
text: model.shortName
font: dayOfWeekRow.font
color: FluTheme.fontPrimaryColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}