add, uh, one more toggle button definition to have small and tiny

This commit is contained in:
Tomasz Śniatowski 2009-07-21 17:48:45 +01:00
parent eba2c43f68
commit 1584ae7f74

View file

@ -116,7 +116,17 @@
description = "Small version of the icon-only toggle button."
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 10 }
{_GUI_RESOLUTION ({GUI_NORMAL__RESOLUTION}) 14 }
{_GUI_RESOLUTION ({GUI_NORMAL__RESOLUTION}) 16 }
[/toggle_button_definition]
[toggle_button_definition]
id = "icon_tiny"
description = "Tiny version of the icon-only toggle button."
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 10 }
{_GUI_RESOLUTION ({GUI_NORMAL__RESOLUTION}) 10 }
[/toggle_button_definition]