summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-04 13:40:44 +0100
committerMalte E <malte.e@mailbox.org>2022-03-04 13:40:44 +0100
commit573933f2395818ade1957d5bd9848bf5c6b086cd (patch)
tree24175f55a23b0673b798772615c06dbf21c739ec /resources/qml
parenthopfefully the button works now (diff)
downloadnheko-573933f2395818ade1957d5bd9848bf5c6b086cd.tar.xz
cosmetics
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/dialogs/RoomSettings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/RoomSettings.qml b/resources/qml/dialogs/RoomSettings.qml
index d885e2fb..3ece9b79 100644
--- a/resources/qml/dialogs/RoomSettings.qml
+++ b/resources/qml/dialogs/RoomSettings.qml
@@ -174,7 +174,6 @@ ApplicationWindow {
                 Layout.preferredWidth: showMoreButton.width
                 visible: roomTopic.cut
             }
-            property point showMorePos: mapToGlobal(showMorePlaceholder.x,showMorePlaceholder.y)
 
             GridLayout {
                 columns: 2
@@ -337,6 +336,7 @@ ApplicationWindow {
                         font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 0.8)
                         color: Nheko.colors.text
                         width: parent.width
+                        horizontalAlignment: Text.AlignRight
                         wrapMode: Text.WrapAnywhere
                         ToolTip.text: qsTr("Copied to clipboard")
                         ToolTip.visible: toolTipTimer.running