tibia-client/modules/game/styles/countwindow.otui

42 lines
815 B
Plaintext
Raw Normal View History

CountWindow < MainWindow
id: countWindow
text: Move Staackable Item
2012-01-26 02:11:05 +01:00
size: 196 112
@onEscape: self:destroy()
2012-01-26 02:11:05 +01:00
Label
text: Amount:
width: 64
anchors.left: parent.left
anchors.top: parent.top
margin-top: 2
2012-01-26 02:11:05 +01:00
SpinBox
id: countSpinBox
2012-01-26 02:11:05 +01:00
anchors.left: prev.right
anchors.right: parent.right
anchors.top: parent.top
HorizontalScrollBar
id: countScrollBar
2012-01-26 02:11:05 +01:00
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 8
2012-01-26 02:11:05 +01:00
Button
id: buttonOk
text: Ok
width: 64
anchors.right: next.left
anchors.bottom: parent.bottom
margin-right: 5
2012-01-26 02:11:05 +01:00
Button
id: buttonCancel
text: Cancel
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
@onClick: self:getParent():destroy()