mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
fix scroll, container item size, tradewindow scroll, questlog window alignment, stop attacking same creature
This commit is contained in:
@@ -26,19 +26,21 @@ QuestLogWindow < MainWindow
|
||||
|
||||
TextList
|
||||
id: questList
|
||||
anchors.fill: parent
|
||||
width: 190
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: closeButton.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: questListScrollBar.left
|
||||
margin-bottom: 10
|
||||
padding: 1
|
||||
focusable: false
|
||||
margin-bottom: 30
|
||||
margin-right: 20
|
||||
vertical-scrollbar: questListScrollBar
|
||||
|
||||
VerticalScrollBar
|
||||
id: questListScrollBar
|
||||
anchors.top: questList.top
|
||||
anchors.bottom: questList.bottom
|
||||
anchors.left: questList.right
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: closeButton.top
|
||||
anchors.right: parent.right
|
||||
margin-bottom: 10
|
||||
step: 14
|
||||
pixels-scroll: true
|
||||
|
||||
|
Reference in New Issue
Block a user