mirror of
https://github.com/edubart/otclient.git
synced 2025-05-16 17:19:20 +02:00
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
VipListLabel < GameLabel
|
|
font: verdana-11px-monochrome
|
|
phantom: false
|
|
&onMousePress: VipList.onVipListLabelMousePress
|
|
|
|
MiniWindow
|
|
id: vipWindow
|
|
text: VIP List
|
|
height: 100
|
|
|
|
UIWidget
|
|
id: vipList
|
|
layout: verticalBox
|
|
anchors.fill: parent
|
|
&onMousePress: VipList.onVipListMousePress
|