X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FLichViet%2FFullMonth.qml;fp=qml%2FLichViet%2FFullMonth.qml;h=4c3156830e695d7b6903ce4b78053169720468a8;hb=e1012b202f1eab1f59e3bb03ecc3f2eadcde9226;hp=ef05b52408ae03b3f4d4fed3424da95f5514f1fd;hpb=1dad491bc9e86781cc3cb99b7c156a267a019787;p=lichviet diff --git a/qml/LichViet/FullMonth.qml b/qml/LichViet/FullMonth.qml index ef05b52..4c31568 100644 --- a/qml/LichViet/FullMonth.qml +++ b/qml/LichViet/FullMonth.qml @@ -103,7 +103,7 @@ Item{ horizontalAlignment: Text.AlignLeft text: model ? model.day : "" - color: model ? model.inmonth ? (model.current ? "red" : model.inholiday ? theme_manager.theme.markdate.holidays : "black") : "grey" : "red" + color: model ? model.inmonth ? (model.current ? "grey" : model.inholiday ? theme_manager.theme.markdate.holidays : "black") : "grey" : "red" font.pointSize: parent.width > parent.height ? parent.width ? parent.width / 6 : 1 : parent.width / 4 font.bold: true } @@ -117,7 +117,7 @@ Item{ horizontalAlignment: Text.AlignBottom text: model ? model.lunar_day : "" - color: model ? model.inmonth ? (model.current ? "red" : "#700070") : "grey" : "red" + color: model ? model.inmonth ? (model.current ? "white" : "#700070") : "grey" : "red" font.pointSize: parent.width > parent.height ? parent.width ? parent.width / 8 : 1 : parent.width / 5 }