mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
rework on chat functionalities
This commit is contained in:
@@ -11,7 +11,7 @@ ChannelListLabel < Label
|
||||
MainWindow
|
||||
id: channelsWindow
|
||||
text: Channels
|
||||
size: 250 208
|
||||
size: 250 238
|
||||
@onEscape: self:destroy()
|
||||
|
||||
TextList
|
||||
@@ -22,6 +22,22 @@ MainWindow
|
||||
padding: 1
|
||||
focusable: false
|
||||
|
||||
LargerLabel
|
||||
id: openPrivateChannelWithLabel
|
||||
text: Open a private message channel:
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: next.top
|
||||
text-align: center
|
||||
margin-bottom: 2
|
||||
|
||||
LineEdit
|
||||
id: openPrivateChannelWith
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: next.top
|
||||
margin-bottom: 10
|
||||
|
||||
Button
|
||||
id: buttonOpen
|
||||
text: Open
|
||||
|
Reference in New Issue
Block a user