diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-18 11:29:02 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-18 11:29:02 +0530 |
commit | 8a4bd37fead20e24876ec9ce703cabb041ec67ba (patch) | |
tree | 7f304caad6226d252a912da0fafcdf9aaae86303 /resources | |
parent | [WIP] Room-Verification Messages (diff) | |
download | nheko-8a4bd37fead20e24876ec9ce703cabb041ec67ba.tar.xz |
[WIP] Room Verification Works!
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/UserProfile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml index 9b53ff35..115a73c4 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml @@ -14,7 +14,7 @@ ApplicationWindow{ height: 650 width: 420 modality: Qt.WindowModal - Layout.alignment: Qt.AlignHCenter + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter palette: colors Connections{ |