1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-05-04 09:37:23 +08:00

修复日历选择器夜间模式看不到星期的问题

This commit is contained in:
jeffrey0326 2024-07-05 10:01:46 +08:00
parent 5794d8d9ce
commit 45852bed28
2 changed files with 2 additions and 0 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

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

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