progress bar and skills improve

This commit is contained in:
Henrique
2011-11-14 00:40:18 -02:00
parent f46e5aae43
commit f3b3ecada1
9 changed files with 132 additions and 22 deletions

View File

@@ -1,11 +1,10 @@
SkillFirstWidget < UIWidget
margin.top: 2
anchors.top: parent.top
SkillNameLabel < Label
font: verdana-11px-monochrome
margin.top: 2
margin.top: 4
margin.left: 10
margin.right: 10
anchors.top: prev.bottom
@@ -15,18 +14,18 @@ SkillNameLabel < Label
SkillLevelLabel < Label
font: verdana-11px-monochrome
align: right
margin.top: 2
margin.left: 10
margin.right: 10
anchors.top: prev.top
anchors.left: parent.left
anchors.right: parent.right
SkillPercentPanel < UIWidget
color: blue
background-color: red
height: 4
margin.top: 2
SkillPercentPanel < UIProgressBar
color: black
background-color: green
tooltip: test
height: 5
margin.top: 3
margin.left: 10
margin.right: 10
anchors.top: prev.bottom
@@ -36,7 +35,7 @@ SkillPercentPanel < UIWidget
MiniWindow
id: skillWindow
title: Skills
size: 200 185
size: 200 220
Panel
id: skillPanel
@@ -44,4 +43,4 @@ MiniWindow
margin.top: 26
margin.bottom: 3
margin.left: 3
margin.right: 3
margin.right: 3