mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
reorganize modules
This commit is contained in:
44
modules/game_skills/skills.otui
Normal file
44
modules/game_skills/skills.otui
Normal file
@@ -0,0 +1,44 @@
|
||||
SkillFirstWidget < UIWidget
|
||||
|
||||
SkillButton < UIButton
|
||||
height: 14
|
||||
margin-top: 4
|
||||
margin-left: 10
|
||||
margin-right: 10
|
||||
|
||||
SkillNameLabel < Label
|
||||
font: verdana-11px-monochrome
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
SkillLevelLabel < Label
|
||||
font: verdana-11px-monochrome
|
||||
text-align: right
|
||||
width: 32
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
SkillPercentPanel < UIProgressBar
|
||||
color: black
|
||||
background-color: green
|
||||
tooltip: test
|
||||
height: 5
|
||||
margin-top: 3
|
||||
margin-left: 10
|
||||
margin-right: 10
|
||||
|
||||
MiniWindow
|
||||
id: skillWindow
|
||||
title: Skills
|
||||
size: 200 220
|
||||
|
||||
Panel
|
||||
id: skillPanel
|
||||
anchors.fill: parent
|
||||
margin-top: 26
|
||||
margin-bottom: 3
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
layout: verticalBox
|
Reference in New Issue
Block a user