mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fix scrollbar
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 661 B After Width: | Height: | Size: 646 B |
@@ -5,6 +5,7 @@ locale = {
|
||||
|
||||
-- As tradu<64><75>es devem vir sempre em ordem alfab<61>tica.
|
||||
translation = {
|
||||
["%d of experience per hour"] = "%d de experi<72>ncia por hora",
|
||||
["%s of experience left"] = "%s de experi<72>ncia faltando",
|
||||
["%s: (use object on target)"] = "%s: (usar objeto no alvo)",
|
||||
["%s: (use object on yourself)"] = "%s: (usar objeto em si)",
|
||||
@@ -221,6 +222,7 @@ locale = {
|
||||
["Name Report + Banishment"] = "Reportar Nome + Banimento",
|
||||
["Name Report"] = "Reportar Nome",
|
||||
["Name"] = "Nome",
|
||||
["Next level in %d hours and %d minutes"] = "Pr<EFBFBD>ximo n<>vel em %d horas e %d minutos",
|
||||
["No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance."] = false,
|
||||
["No item selected."] = "Nenhum item selecionado",
|
||||
["No Mount"] = "Sem montaria",
|
||||
@@ -287,6 +289,7 @@ locale = {
|
||||
["Select object"] = "Selecionar objeto",
|
||||
["Select Outfit"] = "Selecionar Roupa",
|
||||
["Select your language"] = "Selecione sua l<>ngua",
|
||||
["Sell All"] = "Vender Todos",
|
||||
["Sell Now"] = "Vender agora",
|
||||
["Sell Offers"] = "Ofertas de venda",
|
||||
["Sell"] = "Vender",
|
||||
|
@@ -5,7 +5,7 @@ ScrollBarSlider < UIButton
|
||||
image-source: /images/ui/scrollbar
|
||||
image-clip: 0 26 13 13
|
||||
image-border: 2
|
||||
image-color: #ffffffbb
|
||||
image-color: #ffffffff
|
||||
$hover:
|
||||
image-clip: 13 26 13 13
|
||||
$pressed:
|
||||
@@ -14,6 +14,12 @@ ScrollBarSlider < UIButton
|
||||
$disabled:
|
||||
image-color: #ffffff66
|
||||
|
||||
ScrollBarValueLabel < Label
|
||||
id: valueLabel
|
||||
anchors.fill: parent
|
||||
color: white
|
||||
text-align: center
|
||||
|
||||
VerticalScrollBar < UIScrollBar
|
||||
orientation: vertical
|
||||
width: 13
|
||||
@@ -55,6 +61,8 @@ VerticalScrollBar < UIScrollBar
|
||||
|
||||
ScrollBarSlider
|
||||
|
||||
ScrollBarValueLabel
|
||||
|
||||
HorizontalScrollBar < UIScrollBar
|
||||
orientation: horizontal
|
||||
height: 13
|
||||
@@ -97,3 +105,5 @@ HorizontalScrollBar < UIScrollBar
|
||||
image-color: #ffffff66
|
||||
|
||||
ScrollBarSlider
|
||||
|
||||
ScrollBarValueLabel
|
||||
|
Reference in New Issue
Block a user