Updated to OTCv8 3.0 rev 91

This commit is contained in:
OTCv8
2021-07-18 11:09:50 +00:00
parent e2e56f82ed
commit de2ac3e972
102 changed files with 3050 additions and 2654 deletions

View File

@@ -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