mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
some fixes and utils
This commit is contained in:
@@ -109,6 +109,7 @@ function NPCTrade.setList(radioTabs, selected, deselected)
|
||||
|
||||
NPCTrade.resetSetup()
|
||||
NPCTrade.refreshItemsPanel()
|
||||
NPCTrade.refreshFilters()
|
||||
end
|
||||
|
||||
function NPCTrade.resetSetup()
|
||||
|
@@ -23,7 +23,6 @@ NPCItemBox < UICheckBox
|
||||
Label
|
||||
id: nameLabel
|
||||
phantom: true
|
||||
text: cavalo
|
||||
anchors.top: prev.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text-auto-resize: true
|
||||
@@ -32,7 +31,6 @@ NPCItemBox < UICheckBox
|
||||
Label
|
||||
id: weightLabel
|
||||
phantom: true
|
||||
text: 8.00 oz
|
||||
anchors.top: prev.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text-auto-resize: true
|
||||
@@ -41,7 +39,6 @@ NPCItemBox < UICheckBox
|
||||
Label
|
||||
id: priceLabel
|
||||
phantom: true
|
||||
text: 200 gold
|
||||
anchors.top: prev.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text-auto-resize: true
|
||||
|
Reference in New Issue
Block a user