mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
Polish interface, pt translations
This commit is contained in:
@@ -93,6 +93,13 @@ function toggle()
|
||||
end
|
||||
end
|
||||
|
||||
function hideLabels()
|
||||
capLabel:hide()
|
||||
soulLabel:hide()
|
||||
local removeHeight = capLabel:getHeight() + capLabel:getMarginTop() + capLabel:getMarginBottom()
|
||||
healthInfoWindow:setHeight(healthInfoWindow:getHeight() - removeHeight)
|
||||
end
|
||||
|
||||
function onMiniWindowClose()
|
||||
healthInfoButton:setOn(false)
|
||||
end
|
||||
|
@@ -42,6 +42,7 @@ SoulLabel < GameLabel
|
||||
anchors.right: parent.right
|
||||
anchors.left: parent.horizontalCenter
|
||||
margin-top: 5
|
||||
margin-right: 3
|
||||
text: Soul:
|
||||
|
||||
CapLabel < GameLabel
|
||||
@@ -52,6 +53,7 @@ CapLabel < GameLabel
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.horizontalCenter
|
||||
margin-top: 5
|
||||
margin-left: 3
|
||||
text: Cap:
|
||||
|
||||
ConditionWidget < UIWidget
|
||||
|
Reference in New Issue
Block a user