1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-15 08:29:41 +08:00

Compare commits

..

No commits in common. "06775a97c7f75bd09e449aa0bf606d15f7c96d1b" and "5794d8d9ce919ca1aa58a02295ff3803b1050f82" have entirely different histories.

2 changed files with 0 additions and 2 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -449,7 +449,6 @@ 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,7 +448,6 @@ 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
} }