2012-01-03 02:52:26 +01:00
|
|
|
VipListLabel < GameLabel
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-monochrome
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-left: 5
|
2012-01-05 03:42:17 +01:00
|
|
|
phantom: false
|
2012-01-04 15:30:28 +01:00
|
|
|
&onMousePress: VipList.onVipListLabelMousePress
|
2011-09-13 23:54:23 +02:00
|
|
|
|
2011-11-03 13:17:10 +01:00
|
|
|
MiniWindow
|
2011-09-13 23:54:23 +02:00
|
|
|
id: vipWindow
|
2011-11-03 13:17:10 +01:00
|
|
|
title: VIP List
|
2011-11-01 03:35:50 +01:00
|
|
|
|
2011-09-13 23:54:23 +02:00
|
|
|
TextList
|
|
|
|
id: vipList
|
2011-11-11 21:26:10 +01:00
|
|
|
border-image: ~
|
2011-09-13 23:54:23 +02:00
|
|
|
anchors.fill: parent
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 26
|
|
|
|
margin-bottom: 6
|
|
|
|
margin-left: 6
|
|
|
|
margin-right: 6
|
2012-01-04 19:11:11 +01:00
|
|
|
&onMousePress: VipList.onVipListMousePress
|