mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Some fixes
* Scrollbar on hotkeys window * Guild channel will appears on channel list but not yet working properly
This commit is contained in:
@@ -22,13 +22,22 @@ MainWindow
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
|
||||
|
||||
VerticalScrollBar
|
||||
id: currentHotkeysScrollBar
|
||||
height: 150
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
step: 14
|
||||
pixels-scroll: true
|
||||
|
||||
TextList
|
||||
id: currentHotkeys
|
||||
vertical-scrollbar: currentHotkeysScrollBar
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
height: 150
|
||||
anchors.right: prev.left
|
||||
anchors.top: prev.top
|
||||
anchors.bottom: prev.bottom
|
||||
margin-top: 2
|
||||
padding: 1
|
||||
focusable: false
|
||||
|
Reference in New Issue
Block a user