I’m curious as to why the text on buttons, lists and pretty much everything else is not centered, top to bottom, inside of the area? It looks off when the text is hugging the bottom edge, and the images that are inside are fine. [import]uid: 7710 topic_id: 28147 reply_id: 328147[/import]
Ok. I went digging into the theme lua files and found the following:
[lua]WidgetTextYOffset = 0, – Y-OFFSET OF A WIDGET’S TEXT (BUTTONS, CHECKBOXES, RADIO BUTTONS, TEXT LABELS, PROGRESS BAR, LIST TITLE)[/lua]
Looking at all the other settings, it was showing that you could have a value of 0-10. As the original value for "WidgetTextYOffset " is 0, I tried negative numbers. The value that puts it in the sweet spot for the tests I was doing was a -1.
I’m now a happy man! [import]uid: 7710 topic_id: 28147 reply_id: 113775[/import]