When the text on a label doesn't fit, use an ellipse instead of truncating.

This commit is contained in:
Mark de Wever 2008-09-07 19:53:19 +00:00
parent e754dbf16f
commit 6e767674bd

View file

@ -31,8 +31,9 @@
[text]
x = 0
y = {GUI__TEXT_VERTICALLY_CENTRED}
w = "(text_width)"
w = "(width)"
h = "(text_height)"
maximum_width = "(width)"
font_size = {FONT_SIZE}
font_style = {FONT_STYLE}
colour = {FONT_COLOUR_ENABLED}
@ -52,8 +53,9 @@
[text]
x = 0
y = {GUI__TEXT_VERTICALLY_CENTRED}
w = "(text_width)"
w = "(width)"
h = "(text_height)"
maximum_width = "(width)"
font_size = {FONT_SIZE}
font_style = {FONT_STYLE}
colour = {FONT_COLOUR_DISABLED}