diff options
| author | MartinUI <martin@userinterfacedesigner.pl> | 2014-07-09 16:56:53 +0200 |
|---|---|---|
| committer | MartinUI <martin@userinterfacedesigner.pl> | 2014-07-09 16:56:53 +0200 |
| commit | bdb758131a3855d817bb1e356f1bf8cbec8ea689 (patch) | |
| tree | a52bf9cbd6057a04d1958d81f9e52d578eefe72e | |
| parent | 92c594ca8cefa8ba59dcad1e3f5df170d1880ba0 (diff) | |
| download | monzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.tar.gz monzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.tar.xz monzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.zip | |
Seting main window to 800
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ ApplicationWindow { visible: true width: 1269 - height: 900 + height: 800 color: "#FFFFFF" x: (Screen.width - width) / 2 y: (Screen.height - height) / 2 |
