Skip to content

Commit

Permalink
gui2/tslider: adjust magic numbers so text area doesn't take up unnec…
Browse files Browse the repository at this point in the history
…essary space

These new should values allow a 4-digit number comfortably. If more space is needed,
feel free to bump these numbers.
  • Loading branch information
Vultraz committed Jan 13, 2016
1 parent 7deb41c commit 34b7f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gui/default/widget/slider_default.cfg
Expand Up @@ -128,7 +128,7 @@

# Tiny gui sizes haven't been tested yet so might need some tuning.
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 75 125 11 8 68 65 15 ({GUI_TINY__FONT_SIZE__DEFAULT}) }
{_GUI_RESOLUTION () 150 250 22 16 135 130 30 ({GUI_NORMAL__FONT_SIZE__DEFAULT}) }
{_GUI_RESOLUTION () 150 250 22 16 55 50 30 ({GUI_NORMAL__FONT_SIZE__DEFAULT}) }

[/slider_definition]

Expand Down

0 comments on commit 34b7f97

Please sign in to comment.