mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Normalize source code
Add .gitattributes Remove trailing whitespaces
This commit is contained in:
@@ -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
|
||||
|
@@ -62,7 +62,7 @@ TopPanel
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: prev.right
|
||||
visible: false
|
||||
|
||||
|
||||
UILabel
|
||||
id: frameCounter
|
||||
text-align: right
|
||||
|
Reference in New Issue
Block a user