mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
new font files, fixed some font issues
This commit is contained in:
@@ -3,17 +3,17 @@ SkillFirstWidget < UIWidget
|
||||
anchors.top: parent.top
|
||||
|
||||
SkillNameLabel < Label
|
||||
font: tibia-10px-monochrome
|
||||
|
||||
font: verdana-11px-monochrome
|
||||
|
||||
margin.top: 2
|
||||
margin.left: 10
|
||||
margin.right: 10
|
||||
anchors.top: prev.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
|
||||
SkillLevelLabel < Label
|
||||
font: tibia-10px-monochrome
|
||||
font: verdana-11px-monochrome
|
||||
align: right
|
||||
margin.top: 2
|
||||
margin.left: 10
|
||||
@@ -21,7 +21,7 @@ SkillLevelLabel < Label
|
||||
anchors.top: prev.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
|
||||
SkillPercentPanel < UIWidget
|
||||
color: blue
|
||||
background-color: red
|
||||
@@ -37,7 +37,7 @@ Window
|
||||
id: skillWindow
|
||||
title: Skills
|
||||
size: 200 200
|
||||
|
||||
|
||||
Panel
|
||||
id: skillPanel
|
||||
anchors.fill: parent
|
||||
|
@@ -1,5 +1,5 @@
|
||||
CenterLabel < Label
|
||||
font: tibia-12px-rounded
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
anchors.top: parent.verticalCenter
|
||||
@@ -8,7 +8,7 @@ CenterLabel < Label
|
||||
anchors.right: parent.right
|
||||
|
||||
BottomLabel < Label
|
||||
font: tibia-12px-rounded
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
anchors.bottom: parent.bottom
|
||||
|
@@ -1,12 +1,12 @@
|
||||
VipListLabel < Label
|
||||
font: tibia-10px-monochrome
|
||||
font: verdana-11px-monochrome
|
||||
margin.left: 30
|
||||
|
||||
Window
|
||||
id: vipWindow
|
||||
title: VIP
|
||||
size: 200 200
|
||||
|
||||
|
||||
TextList
|
||||
id: vipList
|
||||
anchors.fill: parent
|
||||
|
Reference in New Issue
Block a user