MyreMylar / pygame_gui

A GUI system for pygame.
MIT License
700 stars 83 forks source link

TextEntryLine text alignment theming #600

Open scribblecrumb opened 5 months ago

scribblecrumb commented 5 months ago

Is your feature request related to a problem? Please describe. At the moment TextEntryLine doesn't allow for changes in text alignment. I would really love to be able to specify if the text is left, center, or right aligned within the entry line.

Describe the solution you'd like UITextBox and UILabel already support text alignment in their theming, I'm just looking for the same options in TextEntryLine

Additional context This is very cosmetic and entirely motivated by the little page number entry I just added to one of my screens haha

image