mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
cosmetics
This commit is contained in:
parent
8658801839
commit
573933f239
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue