mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Swap thread and edit button
This commit is contained in:
parent
d8993c14e1
commit
b205819ba6
1 changed files with 14 additions and 14 deletions
|
@ -230,20 +230,6 @@ AbstractButton {
|
||||||
anchors.verticalCenter: ts.verticalCenter
|
anchors.verticalCenter: ts.verticalCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
|
||||||
visible: threadId
|
|
||||||
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
|
||||||
height: parent.iconSize
|
|
||||||
width: parent.iconSize
|
|
||||||
image: ":/icons/icons/ui/thread.svg"
|
|
||||||
buttonTextColor: TimelineManager.userColor(threadId, Nheko.colors.base)
|
|
||||||
ToolTip.visible: hovered
|
|
||||||
ToolTip.delay: Nheko.tooltipDelay
|
|
||||||
ToolTip.text: qsTr("Part of a thread")
|
|
||||||
anchors.verticalCenter: ts.verticalCenter
|
|
||||||
onClicked: room.thread = threadId
|
|
||||||
}
|
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
visible: isEdited || eventId == room.edit
|
visible: isEdited || eventId == room.edit
|
||||||
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
||||||
|
@ -263,6 +249,20 @@ AbstractButton {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImageButton {
|
||||||
|
visible: threadId
|
||||||
|
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
||||||
|
height: parent.iconSize
|
||||||
|
width: parent.iconSize
|
||||||
|
image: ":/icons/icons/ui/thread.svg"
|
||||||
|
buttonTextColor: TimelineManager.userColor(threadId, Nheko.colors.base)
|
||||||
|
ToolTip.visible: hovered
|
||||||
|
ToolTip.delay: Nheko.tooltipDelay
|
||||||
|
ToolTip.text: qsTr("Part of a thread")
|
||||||
|
anchors.verticalCenter: ts.verticalCenter
|
||||||
|
onClicked: room.thread = threadId
|
||||||
|
}
|
||||||
|
|
||||||
EncryptionIndicator {
|
EncryptionIndicator {
|
||||||
visible: room.isEncrypted
|
visible: room.isEncrypted
|
||||||
encrypted: isEncrypted
|
encrypted: isEncrypted
|
||||||
|
|
Loading…
Reference in a new issue