summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 01:14:42 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 01:14:42 +0200
commit94690ebd4c22c8928b92c4f1723d1c6c5b798698 (patch)
tree2aceea98d5834692805c93fb818780f2b9c52418 /resources/qml
parentMerge remote-tracking branch 'origin/master' into cross-signing (diff)
downloadnheko-94690ebd4c22c8928b92c4f1723d1c6c5b798698.tar.xz
Clean up verification and key cache a bit
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/UserProfile.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml

index 1ca9dcc8..dc6bc165 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml
@@ -136,7 +136,7 @@ ApplicationWindow{ model: profile.deviceList delegate: RowLayout{ - width: parent.width + width: devicelist.width spacing: 4 ColumnLayout{