mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Countwindow Fix [YAH]
Fixed typing amount in count window. Should be hidden again.
This commit is contained in:
@@ -6,11 +6,11 @@ CountWindow < MainWindow
|
||||
SpinBox
|
||||
id: spinBox
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.bottom
|
||||
width: 0
|
||||
height: 0
|
||||
anchors.top: parent.top
|
||||
width: 1
|
||||
height: 1
|
||||
phantom: true
|
||||
padding-bottom: -40
|
||||
margin-top: 2
|
||||
focusable: true
|
||||
|
||||
Item
|
||||
|
Reference in New Issue
Block a user