mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
rework on chat functionalities
This commit is contained in:
@@ -21,7 +21,6 @@ Panel
|
||||
anchors.top: parent.top
|
||||
margin-left: 6
|
||||
margin-top: 6
|
||||
enabled: false
|
||||
|
||||
ConsoleTabBar
|
||||
id: consoleTabBar
|
||||
@@ -38,18 +37,21 @@ Panel
|
||||
anchors.top: parent.top
|
||||
margin-right: 5
|
||||
margin-top: 6
|
||||
enabled: false
|
||||
|
||||
ConsoleButton
|
||||
id: closeChannelButton
|
||||
tooltip: Close this channel (Ctrl+E)
|
||||
icon: /core_styles/icons/closechannel.png
|
||||
anchors.right: next.left
|
||||
anchors.top: parent.top
|
||||
enabled: false
|
||||
margin-right: 5
|
||||
margin-top: 6
|
||||
@onClick: Console.removeCurrentTab()
|
||||
|
||||
ConsoleButton
|
||||
id: channelsButton
|
||||
tooltip: Open new channel (Ctrl+O)
|
||||
icon: /core_styles/icons/channels.png
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
|
Reference in New Issue
Block a user