1.0.2 Bumped version to 1.0.2-4
[lichviet] / qml / LichViet / main.qml
index c1afc70..2ada692 100644 (file)
@@ -230,18 +230,16 @@ Item {
 
          Text {
              id: txtDMY
-                      x: 140
+                      x: 151
                       y: 77
-                      width: 80
                       height: 20
                       color: "#29d999"
-                      textFormat: Text.RichText
                       text: "Tháng <b>"+screen.curMonth+"</b> Năm <b>"+screen.curYear+"</b>"
+                      horizontalAlignment: Text.AlignHCenter
                       anchors.horizontalCenter: parent.horizontalCenter
                       font.bold: false
                       font.family: "Tahoma"
                       smooth: true
-                      horizontalAlignment: Text.AlignHCenter
                       font.pixelSize: 28
               }
 
@@ -249,7 +247,6 @@ Item {
              id: txtTHU
              x: 151
              y: 210
-             width: 80
              height: 20
              color: "#f0f0f5"
              text: Script.__txtTHU_format()
@@ -264,7 +261,6 @@ Item {
              id: txtInfo
              x: 151
              y: (screen.is_holiday ? 270 : 250)
-             width: 80
              height: 20
              color: (Script.is_holiday ? theme_manager.theme.markdate.holidays : theme_manager.theme.markdate.not_holidays)
              text: Script.__txtInfo_format()
@@ -280,7 +276,6 @@ Item {
              id: txtDAYAmLich
              x: 151
              y: 330
-             width: 80
              height: 20
              color: "#f0f0f5"
              text: Script.__txtDAYAmLich_format()