Add the proper button for upload statistics.

This commit is contained in:
Mark de Wever 2010-04-05 14:06:26 +00:00
parent 599b504f65
commit fceb3ce68f
2 changed files with 16 additions and 2 deletions

View file

@ -110,4 +110,16 @@
[/button_definition]
[button_definition]
id = "upload_statistics"
description = "Used for the upload statistics in the title screen."
# Tiny gui sizes haven't been tested yet so might need some tuning.
# NOTE the disabled version doesn't exist
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 16 16 11 0 0 ({GUI_TINY__FONT_SIZE__SMALL}) "menu-button" }
{_GUI_RESOLUTION () 32 32 22 0 0 ({GUI_NORMAL__FONT_SIZE__SMALL}) "menu-button" }
[/button_definition]
#undef _GUI_RESOLUTION

View file

@ -308,12 +308,14 @@
[/column]
[column]
border = "all"
border_size = 5
horizontal_alignment = "right"
vertical_alignment = "bottom"
[button]
id = "upload_statistics"
definition = "up_arrow" #TODO Add a better button
definition = "upload_statistics"
tooltip = _"Upload statistics"
[/button]
@ -329,8 +331,8 @@
{_GUI_H_SPACER}
[column]
horizontal_alignment = "left"
[label]
id = "revision_number"
definition = "title_creen_revision"