Normalize source code

Add .gitattributes
Remove trailing whitespaces
This commit is contained in:
Eduardo Bart
2012-07-28 00:54:47 -03:00
parent a240429cb8
commit d85dd3e20f
16 changed files with 151 additions and 145 deletions

View File

@@ -84,7 +84,7 @@ end
function TopMenu.addRightGameButton(id, description, icon, callback)
return addButton(id, description, icon, callback, rightGameButtonsPanel, false)
end
function TopMenu.addRightGameToggleButton(id, description, icon, callback, right)
return addButton(id, description, icon, callback, rightGameButtonsPanel, true)
end

View File

@@ -62,7 +62,7 @@ TopPanel
anchors.bottom: parent.bottom
anchors.left: prev.right
visible: false
UILabel
id: frameCounter
text-align: right