mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-30 03:09:20 +02:00
20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
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
|