mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 19:57:27 -04:00
fix popups positioning
This commit is contained in:
@@ -67,7 +67,7 @@ Rectangle {
|
||||
function open() {
|
||||
// Center
|
||||
if(!isMobile) {
|
||||
root.x = appWindow.width/2 - root.width/2
|
||||
root.x = parent.width/2 - root.width/2
|
||||
root.y = screenHeight/2 - root.height/2
|
||||
}
|
||||
show()
|
||||
|
||||
Reference in New Issue
Block a user