mirror of
https://github.com/edubart/otclient.git
synced 2025-05-19 10:19:21 +02:00

* partially restore vip, battle, healthbar, skills and inventory modules * more fixes on UIWidgets * implement UIMiniWindow close/minimize functionality * allow drag and drop miniwindows beteween game panels
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
VipListLabel < GameLabel
|
|
font: verdana-11px-monochrome
|
|
phantom: false
|
|
&onMousePress: VipList.onVipListLabelMousePress
|
|
|
|
MiniWindow
|
|
id: vipWindow
|
|
text: VIP List
|
|
height: 100
|
|
icon: viplist.png
|
|
@onClose: VipList.toggle()
|
|
|
|
MiniWindowContents
|
|
layout: verticalBox
|
|
anchors.fill: parent
|
|
&onMousePress: VipList.onVipListMousePress
|