Version 2.3.1 - bug fixes, hotkeys and anction bars work now in old tibia version (<780)

This commit is contained in:
OTCv8
2020-04-15 21:41:49 +02:00
parent 9a4ab2ae3b
commit 401eb76bba
44 changed files with 101 additions and 47 deletions

View File

@@ -19,6 +19,7 @@ DualScrollPanel < Panel
minimum: 0
maximum: 100
step: 1
&disableScroll: true
HorizontalScrollBar
id: scroll2
@@ -29,6 +30,7 @@ DualScrollPanel < Panel
minimum: 0
maximum: 100
step: 1
&disableScroll: true
BotTextEdit
id: text
@@ -66,6 +68,7 @@ SingleScrollItemPanel < Panel
minimum: 0
maximum: 100
step: 1
&disableScroll: true
DualScrollItemPanel < Panel
height: 33
@@ -95,6 +98,7 @@ DualScrollItemPanel < Panel
minimum: 0
maximum: 100
step: 1
&disableScroll: true
HorizontalScrollBar
id: scroll2
@@ -105,6 +109,7 @@ DualScrollItemPanel < Panel
minimum: 0
maximum: 100
step: 1
&disableScroll: true
ItemsRow < Panel
height: 33
@@ -197,6 +202,7 @@ ItemAndSlotPanel < Panel
anchors.top: prev.bottom
margin-top: 2
height: 20
&disableScroll: true
TwoItemsAndSlotPanel < Panel
height: 35
@@ -230,4 +236,5 @@ TwoItemsAndSlotPanel < Panel
anchors.top: prev.bottom
margin-top: 2
height: 20
&disableScroll: true