add, uh, one more toggle button definition to have small and tiny
This commit is contained in:
parent
eba2c43f68
commit
1584ae7f74
1 changed files with 11 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue