Is there any way to have larger text inside of a list box?
The default text size is REALLY, really <sub>really tiny</sub>
I can change the font of a list box with the "set dialog item style" action but it only seems to work for fonts that are really small.
If I change the size of the font to anything larger then the text does not show up in the list.
At the moment my dialog looks absurd having reasonable sized buttons/images etc and then a list right in the middle with tiny little writing in it.
If the text size cannot be increased is there a list box equivalent that someone has already written and released that I could borrow? I do not want to spend several days coding a list box to overcome this but I may end up having to do so.
Yes, the list box size is many times larger than the text I am inserting into the list. But I guess when you increase the size of the list the space allocated for each item in the list remains the same.
So I am guessing there is no solution to this?
Hopefully list boxes will become much more flexible in HOTS
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Is there any way to have larger text inside of a list box?
The default text size is REALLY, really <sub>really tiny</sub>
I can change the font of a list box with the "set dialog item style" action but it only seems to work for fonts that are really small.
If I change the size of the font to anything larger then the text does not show up in the list.
At the moment my dialog looks absurd having reasonable sized buttons/images etc and then a list right in the middle with tiny little writing in it.
If the text size cannot be increased is there a list box equivalent that someone has already written and released that I could borrow? I do not want to spend several days coding a list box to overcome this but I may end up having to do so.
Thanks.
@finiteturtles: Go
You're running into the "Text that does not fit is not shown." feature.
Have your tried increasing the size of the list box so that the text can fit inside?
Yes, the list box size is many times larger than the text I am inserting into the list. But I guess when you increase the size of the list the space allocated for each item in the list remains the same.
So I am guessing there is no solution to this?
Hopefully list boxes will become much more flexible in HOTS