Right-align the texture path so the name is always visible.

master
poikilos 2021-11-27 17:41:47 -05:00
parent ebf32a5a4d
commit 56c0e4b0ff
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ void UserInterface::setupUserInterface()
true,
playbackWindow,
UIE_TEXTUREPATHEDITBOX);
texturePathEditBox ->setTextAlignment(EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT);
y += margin_y;
y += size_y + spacing_y;