some fixes and utils

This commit is contained in:
AndreFaramir
2012-04-10 22:04:41 -03:00
parent 94984e0795
commit 638cce5081
4 changed files with 23 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ NPCItemBox < UICheckBox
Label
id: nameLabel
phantom: true
text: cavalo
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
text-auto-resize: true
@@ -32,7 +31,6 @@ NPCItemBox < UICheckBox
Label
id: weightLabel
phantom: true
text: 8.00 oz
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
text-auto-resize: true
@@ -41,7 +39,6 @@ NPCItemBox < UICheckBox
Label
id: priceLabel
phantom: true
text: 200 gold
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
text-auto-resize: true