Skip to content
Snippets Groups Projects
Commit 573933f2 authored by Malte E's avatar Malte E
Browse files

cosmetics

parent 86588018
No related branches found
No related tags found
No related merge requests found
Pipeline #2749 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment