mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Seting main window to 800
This commit is contained in:
parent
92c594ca8c
commit
bdb758131a
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -49,7 +49,7 @@ ApplicationWindow {
|
||||||
|
|
||||||
visible: true
|
visible: true
|
||||||
width: 1269
|
width: 1269
|
||||||
height: 900
|
height: 800
|
||||||
color: "#FFFFFF"
|
color: "#FFFFFF"
|
||||||
x: (Screen.width - width) / 2
|
x: (Screen.width - width) / 2
|
||||||
y: (Screen.height - height) / 2
|
y: (Screen.height - height) / 2
|
||||||
|
|
Loading…
Reference in a new issue