mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 1.9
This commit is contained in:
7
data/fonts/small-9px.otfont
Normal file
7
data/fonts/small-9px.otfont
Normal file
@@ -0,0 +1,7 @@
|
||||
Font
|
||||
name: small-9px
|
||||
texture: small-9px
|
||||
height: 9
|
||||
glyph-size: 9 9
|
||||
space-width: 3
|
||||
spacing: 1 0
|
BIN
data/fonts/small-9px.png
Normal file
BIN
data/fonts/small-9px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
8
data/fonts/verdana-9px-bold.otfont
Normal file
8
data/fonts/verdana-9px-bold.otfont
Normal file
@@ -0,0 +1,8 @@
|
||||
Font
|
||||
name: verdana-9px-bold
|
||||
texture: verdana-9px-bold
|
||||
height: 12
|
||||
glyph-size: 13 13
|
||||
space-width: 4
|
||||
spacing: 0 0
|
||||
|
BIN
data/fonts/verdana-9px-bold.png
Normal file
BIN
data/fonts/verdana-9px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
6
data/fonts/verdana-9px-italic.otfont
Normal file
6
data/fonts/verdana-9px-italic.otfont
Normal file
@@ -0,0 +1,6 @@
|
||||
Font
|
||||
name: verdana-9px-italic
|
||||
texture: verdana-9px-italic
|
||||
height: 12
|
||||
glyph-size: 13 13
|
||||
space-width: 3
|
BIN
data/fonts/verdana-9px-italic.png
Normal file
BIN
data/fonts/verdana-9px-italic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
7
data/fonts/verdana-9px.otfont
Normal file
7
data/fonts/verdana-9px.otfont
Normal file
@@ -0,0 +1,7 @@
|
||||
Font
|
||||
name: verdana-9px
|
||||
texture: verdana-9px
|
||||
height: 13
|
||||
glyph-size: 13 13
|
||||
space-width: 3
|
||||
spacing: 0 -4
|
BIN
data/fonts/verdana-9px.png
Normal file
BIN
data/fonts/verdana-9px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@@ -4,14 +4,14 @@ CreatureButton < UICreatureButton
|
||||
|
||||
UICreature
|
||||
id: creature
|
||||
size: 20 20
|
||||
size: 22 22
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
phantom: true
|
||||
|
||||
UIWidget
|
||||
id: spacer
|
||||
width: 5
|
||||
width: 3
|
||||
anchors.left: creature.right
|
||||
anchors.top: creature.top
|
||||
phantom: true
|
||||
|
60
data/styles/20-smallscrollbar.otui
Normal file
60
data/styles/20-smallscrollbar.otui
Normal file
@@ -0,0 +1,60 @@
|
||||
SmallScrollBar < UIScrollBar
|
||||
orientation: vertical
|
||||
margin-bottom: 1
|
||||
step: 20
|
||||
width: 8
|
||||
image-source: /images/ui/scrollbar
|
||||
image-clip: 39 0 13 65
|
||||
image-border: 1
|
||||
pixels-scroll: true
|
||||
|
||||
UIButton
|
||||
id: decrementButton
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
image-source: /images/ui/scrollbar
|
||||
image-clip: 0 0 13 13
|
||||
image-color: #ffffffff
|
||||
size: 8 8
|
||||
$hover:
|
||||
image-clip: 13 0 13 13
|
||||
$pressed:
|
||||
image-clip: 26 0 13 13
|
||||
$disabled:
|
||||
image-color: #ffffff66
|
||||
|
||||
UIButton
|
||||
id: incrementButton
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
size: 8 8
|
||||
image-source: /images/ui/scrollbar
|
||||
image-clip: 0 13 13 13
|
||||
image-color: #ffffffff
|
||||
$hover:
|
||||
image-clip: 13 13 13 13
|
||||
$pressed:
|
||||
image-clip: 26 13 13 13
|
||||
$disabled:
|
||||
image-color: #ffffff66
|
||||
|
||||
UIButton
|
||||
id: sliderButton
|
||||
anchors.centerIn: parent
|
||||
size: 8 11
|
||||
image-source: /images/ui/scrollbar
|
||||
image-clip: 0 26 13 13
|
||||
image-border: 2
|
||||
image-color: #ffffffff
|
||||
$hover:
|
||||
image-clip: 13 26 13 13
|
||||
$pressed:
|
||||
image-clip: 26 26 13 13
|
||||
$disabled:
|
||||
image-color: #ffffff66
|
||||
|
||||
Label
|
||||
id: valueLabel
|
||||
anchors.fill: parent
|
||||
color: white
|
||||
text-align: center
|
Reference in New Issue
Block a user