mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 09:13:27 +02:00
fix items, map, protocls
This commit is contained in:
19
800OTClient/modules/game_bot/ui/container.otui
Normal file
19
800OTClient/modules/game_bot/ui/container.otui
Normal file
@@ -0,0 +1,19 @@
|
||||
BotContainer < Panel
|
||||
height: 68
|
||||
|
||||
ScrollablePanel
|
||||
id: items
|
||||
anchors.fill: parent
|
||||
vertical-scrollbar: scroll
|
||||
layout:
|
||||
type: grid
|
||||
cell-size: 34 34
|
||||
flow: true
|
||||
|
||||
BotSmallScrollBar
|
||||
id: scroll
|
||||
anchors.top: prev.top
|
||||
anchors.bottom: prev.bottom
|
||||
anchors.right: parent.right
|
||||
step: 10
|
||||
pixels-scroll: true
|
Reference in New Issue
Block a user