Few market UI fixes

This commit is contained in:
BeniS
2013-02-19 23:19:18 +13:00
parent 59a5b8115a
commit e87e669c87
3 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
SpinBox < TextEdit
__class: UISpinBox
text-align: left
size: 86 20
padding: 0
padding-left: 2
Button
id: up
@@ -11,7 +13,7 @@ SpinBox < TextEdit
image-clip: 0 0 10 10
anchors.top: parent.top
anchors.right: parent.right
@onClick: self:getParent():up()
@onPress: self:getParent():up()
$hover:
image-clip: 0 10 10 10
@@ -26,7 +28,7 @@ SpinBox < TextEdit
image-clip: 0 0 10 10
anchors.bottom: parent.bottom
anchors.right: parent.right
@onClick: self:getParent():down()
@onPress: self:getParent():down()
$hover:
image-clip: 0 10 10 10