mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Spinbox changes
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
CountWindow < MainWindow
|
||||
id: countWindow
|
||||
!text: tr('Move Stackable Item')
|
||||
size: 196 112
|
||||
size: 196 122
|
||||
|
||||
Label
|
||||
!text: tr('Amount:')
|
||||
width: 64
|
||||
text-auto-resize: true
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
margin-top: 2
|
||||
|
||||
SpinBox
|
||||
id: countSpinBox
|
||||
margin-left: 5
|
||||
anchors.left: prev.right
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
|
Reference in New Issue
Block a user