X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FLichViet%2Fmain.qml;fp=qml%2FLichViet%2Fmain.qml;h=74af3b66a6a5973f8a2c9d490ef72354982b9162;hb=e1012b202f1eab1f59e3bb03ecc3f2eadcde9226;hp=2ada692439670b6fde73a114941cfd95d402ec6f;hpb=1dad491bc9e86781cc3cb99b7c156a267a019787;p=lichviet diff --git a/qml/LichViet/main.qml b/qml/LichViet/main.qml index 2ada692..74af3b6 100644 --- a/qml/LichViet/main.qml +++ b/qml/LichViet/main.qml @@ -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 }