When the text on a label doesn't fit, use an ellipse instead of truncating.
This commit is contained in:
parent
e754dbf16f
commit
6e767674bd
1 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue