* ready to release new version 1.0.3
[lichviet] / qml / LichViet / main.qml
index 2ada692..74af3b6 100644 (file)
@@ -23,8 +23,8 @@ import "main.js" as Script
 
 Item {
      id: screen
-     width: 480
-     height: 800
+     width: 800
+     height: 480
 
      state:"mainscreen"
 
@@ -277,7 +277,7 @@ Item {
              x: 151
              y: 330
              height: 20
-             color: "#f0f0f5"
+             color: theme_manager.theme.markdate.lunardate
              text: Script.__txtDAYAmLich_format()
              horizontalAlignment: Text.AlignHCenter
              anchors.horizontalCenter: parent.horizontalCenter
@@ -354,6 +354,7 @@ Item {
          },
          State {
              name: "switchX";
+             PropertyChanges { target: titleBar; y: -50 }
              PropertyChanges { target: toolBar; y: screen.height }
              PropertyChanges { target: toolBar }
              PropertyChanges { target: mouseareaMM;enabled:false }