mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
More modules fixes
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
VipListLabel < GameLabel
|
||||
font: verdana-11px-monochrome
|
||||
phantom: false
|
||||
&onMousePress: onVipListLabelMousePress
|
||||
|
||||
MiniWindow
|
||||
id: vipWindow
|
||||
!text: tr('VIP List')
|
||||
height: 100
|
||||
icon: viplist.png
|
||||
@onClose: onMiniWindowClose()
|
||||
&save: true
|
||||
|
||||
MiniWindowContents
|
||||
layout: verticalBox
|
||||
anchors.fill: parent
|
||||
&onMousePress: onVipListMousePress
|
||||
@onMousePress: onVipListMousePress()
|
||||
|
Reference in New Issue
Block a user