2012-01-03 02:52:26 +01:00
|
|
|
VipListLabel < GameLabel
|
2012-08-20 23:58:43 +02:00
|
|
|
margin-top: 2
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-monochrome
|
2012-01-05 03:42:17 +01:00
|
|
|
phantom: false
|
2011-09-13 23:54:23 +02:00
|
|
|
|
2012-08-20 23:58:43 +02:00
|
|
|
$first:
|
|
|
|
margin-top: 5
|
|
|
|
|
2011-11-03 13:17:10 +01:00
|
|
|
MiniWindow
|
2011-09-13 23:54:23 +02:00
|
|
|
id: vipWindow
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('VIP List')
|
2012-01-14 20:31:20 +01:00
|
|
|
height: 100
|
2013-01-18 23:39:11 +01:00
|
|
|
icon: /images/topbuttons/viplist
|
2012-08-17 23:36:53 +02:00
|
|
|
@onClose: modules.game_viplist.onMiniWindowClose()
|
2012-06-24 14:41:39 +02:00
|
|
|
&save: true
|
2011-11-01 03:35:50 +01:00
|
|
|
|
2012-03-28 16:10:21 +02:00
|
|
|
MiniWindowContents
|
2012-01-10 23:13:40 +01:00
|
|
|
layout: verticalBox
|
2012-08-20 23:58:43 +02:00
|
|
|
padding-left: 5
|
|
|
|
padding-right: 5
|
2012-07-30 12:59:08 +02:00
|
|
|
&onMousePress: modules.game_viplist.onVipListMousePress
|