summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-01-16 15:33:33 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-01-29 18:16:50 -0500
commitcd998d1c35d9d65aa04ca64f0f94f34a57db8335 (patch)
tree8ed480d80590712b7eae29d39129fd614e9514e7 /resources
parentTranslated using Weblate (Estonian) (diff)
downloadnheko-cd998d1c35d9d65aa04ca64f0f94f34a57db8335.tar.xz
Center user info dialog on the screen
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/UserProfile.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml

index 8328f4a5..fce6e6ff 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml
@@ -10,6 +10,8 @@ ApplicationWindow { property var profile + x: MainWindow.x + (MainWindow.width / 2) - (width / 2) + y: MainWindow.y + (MainWindow.height / 2) - (height / 2) height: 650 width: 420 minimumHeight: 420