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

41 lines
805 B
Plaintext
Raw Normal View History

CountWindow < MainWindow
id: countWindow
!text: tr('Move Stackable Item')
2012-08-27 23:56:05 +02:00
size: 196 122
2012-01-26 02:11:05 +01:00
Label
!text: tr('Amount:')
2012-08-27 23:56:05 +02:00
text-auto-resize: true
2012-01-26 02:11:05 +01:00
anchors.left: parent.left
anchors.top: parent.top
margin-top: 2
2012-01-26 02:11:05 +01:00
SpinBox
id: countSpinBox
2012-08-27 23:56:05 +02:00
margin-left: 5
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: tr('Ok')
2012-01-26 02:11:05 +01:00
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: tr('Cancel')
2012-01-26 02:11:05 +01:00
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom