Remove the maximum width of the tooltips.
The width was overriden so the maximum made no sense in the first place.
This commit is contained in:
parent
d639518abf
commit
c08d2d9ccd
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@
|
|||
description = "small help tooltip"
|
||||
|
||||
# Tiny gui sizes haven't been tested yet so might need some tuning.
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 150 4 ({GUI_TINY__FONT_SIZE__LARGE}) }
|
||||
{_GUI_RESOLUTION () 300 10 ({GUI_NORMAL__FONT_SIZE__LARGE}) }
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 0 4 ({GUI_TINY__FONT_SIZE__LARGE}) }
|
||||
{_GUI_RESOLUTION () 0 10 ({GUI_NORMAL__FONT_SIZE__LARGE}) }
|
||||
|
||||
[/tooltip_definition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue