Updated to the new style.
This commit is contained in:
parent
be8ef3179c
commit
a5219f5df2
1 changed files with 16 additions and 7 deletions
|
@ -2,10 +2,8 @@
|
|||
### Definition of a tooltip.
|
||||
###
|
||||
|
||||
[tooltip_definition]
|
||||
id = "default"
|
||||
description = "small help tooltip"
|
||||
|
||||
#define _GUI_RESOLUTION RESOLUTION MAX_WIDTH FONT_SIZE
|
||||
[resolution]
|
||||
min_width = 0
|
||||
min_height = 0
|
||||
|
@ -13,10 +11,10 @@
|
|||
default_width = 0
|
||||
default_height = 0
|
||||
|
||||
max_width = 300
|
||||
max_width = {MAX_WIDTH}
|
||||
max_height = 0
|
||||
|
||||
text_font_size = 16
|
||||
text_font_size = {FONT_SIZE}
|
||||
|
||||
[state_enabled]
|
||||
|
||||
|
@ -38,8 +36,8 @@
|
|||
y = 0
|
||||
w = "(text_width)"
|
||||
h = "(text_height)"
|
||||
font_size = 16
|
||||
colour = "255, 255, 255, 0"
|
||||
font_size = {FONT_SIZE}
|
||||
colour = {GUI__FONT_COLOUR_ENABLED__DEFAULT}
|
||||
text = "(text)"
|
||||
[/text]
|
||||
|
||||
|
@ -48,5 +46,16 @@
|
|||
[/state_enabled]
|
||||
|
||||
[/resolution]
|
||||
#enddef
|
||||
|
||||
[tooltip_definition]
|
||||
id = "default"
|
||||
description = "small help tooltip"
|
||||
|
||||
# Tiny gui sizes haven't been tested yet so might need some tuning.
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 150 ({GUI_TINY__FONT_SIZE__SMALL}) }
|
||||
{_GUI_RESOLUTION () 300 ({GUI_NORMAL__FONT_SIZE__SMALL}) }
|
||||
|
||||
[/tooltip_definition]
|
||||
|
||||
#undef _GUI_RESOLUTION
|
||||
|
|
Loading…
Add table
Reference in a new issue