mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Updated to OTCv8 3.0 rev 91
This commit is contained in:
@@ -33,9 +33,12 @@ NPCItemBox < UICheckBox
|
||||
MainWindow
|
||||
id: npcWindow
|
||||
!text: tr('NPC Trade')
|
||||
size: 550 340
|
||||
size: 550 460
|
||||
@onEscape: modules.game_npctrade.closeNpcTrade()
|
||||
|
||||
$mobile:
|
||||
size: 550 360
|
||||
|
||||
TabButton
|
||||
id: buyTab
|
||||
!tooltip: tr("List of items that you're able to buy")
|
||||
@@ -56,12 +59,15 @@ MainWindow
|
||||
anchors.top: parent.top
|
||||
|
||||
FlatPanel
|
||||
height: 150
|
||||
height: 250
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 5
|
||||
|
||||
$mobile:
|
||||
height: 150
|
||||
|
||||
VerticalScrollBar
|
||||
id: itemsPanelListScrollBar
|
||||
anchors.top: parent.top
|
||||
|
Reference in New Issue
Block a user