Skip to content

Commit

Permalink
修复日历选择器夜间模式看不到星期的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey0326 committed Jul 5, 2024
1 parent 5794d8d commit 45852be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Qt5/imports/FluentUI/Controls/FluCalendarPicker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ FluButton {
delegate: Label {
text: model.shortName
font: dayOfWeekRow.font
color: FluTheme.fontPrimaryColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
Expand Down
1 change: 1 addition & 0 deletions src/Qt6/imports/FluentUI/Controls/FluCalendarPicker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ FluButton {
delegate: Label {
text: model.shortName
font: dayOfWeekRow.font
color: FluTheme.fontPrimaryColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
Expand Down

0 comments on commit 45852be

Please sign in to comment.