tibia-client/modules/skills/skills.otui

45 lines
812 B
Plaintext
Raw Normal View History

2011-09-13 23:54:23 +02:00
SkillFirstWidget < UIWidget
2011-11-01 03:35:50 +01:00
2011-11-14 09:46:27 +01:00
SkillButton < UIButton
height: 14
2011-11-17 22:41:02 +01:00
margin-top: 4
margin-left: 10
margin-right: 10
2011-11-14 09:46:27 +01:00
SkillNameLabel < Label
font: verdana-11px-monochrome
2011-09-13 23:54:23 +02:00
anchors.left: parent.left
2011-11-14 09:46:27 +01:00
anchors.top: parent.top
anchors.bottom: parent.bottom
2011-11-01 03:35:50 +01:00
2011-09-13 23:54:23 +02:00
SkillLevelLabel < Label
2011-11-01 03:35:50 +01:00
font: verdana-11px-monochrome
2011-11-17 22:41:02 +01:00
text-align: right
2011-11-14 20:33:49 +01:00
width: 32
2011-09-13 23:54:23 +02:00
anchors.right: parent.right
2011-11-14 09:46:27 +01:00
anchors.top: parent.top
anchors.bottom: parent.bottom
2011-11-01 03:35:50 +01:00
2011-11-14 03:40:18 +01:00
SkillPercentPanel < UIProgressBar
color: black
background-color: green
tooltip: test
height: 5
2011-11-17 22:41:02 +01:00
margin-top: 3
margin-left: 10
margin-right: 10
2011-09-13 23:54:23 +02:00
MiniWindow
2011-09-13 23:54:23 +02:00
id: skillWindow
title: Skills
2011-11-14 03:40:18 +01:00
size: 200 220
2011-11-01 03:35:50 +01:00
2011-09-13 23:54:23 +02:00
Panel
id: skillPanel
anchors.fill: parent
2011-11-17 22:41:02 +01:00
margin-top: 26
margin-bottom: 3
margin-left: 3
margin-right: 3
2011-11-14 09:46:27 +01:00
layout: verticalBox