mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Market fixes for creating offers, got Tibia working properly with market, fixes to statistics.
This commit is contained in:
@@ -62,9 +62,10 @@ MiniWindow
|
||||
enabled: true
|
||||
@onClick: onButtonClick(self:getId())
|
||||
|
||||
ZoomInControl
|
||||
id: zoomIn
|
||||
text: +
|
||||
ZoomOutControl
|
||||
id: zoomOut
|
||||
text: -
|
||||
font: terminus-14px-bold
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
margin-right: 4
|
||||
@@ -72,10 +73,9 @@ MiniWindow
|
||||
enabled: true
|
||||
@onClick: onButtonClick(self:getId())
|
||||
|
||||
ZoomOutControl
|
||||
id: zoomOut
|
||||
text: -
|
||||
font: terminus-14px-bold
|
||||
ZoomInControl
|
||||
id: zoomIn
|
||||
text: +
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
margin-right: 4
|
||||
|
Reference in New Issue
Block a user