mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +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
|
||||
width: 1269
|
||||
height: 900
|
||||
height: 800
|
||||
color: "#FFFFFF"
|
||||
x: (Screen.width - width) / 2
|
||||
y: (Screen.height - height) / 2
|
||||
|
|
Loading…
Reference in a new issue