sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.72k stars 130 forks source link

[GUI] Left justify and prettify validation dialog #430

Closed vossenv closed 2 months ago

vossenv commented 2 months ago

Use justify instead of anchor to properly left align the text within the label

Before: image

After: image

sdatkinson commented 2 months ago

Really nice failure examples 😍 if those could be in the tests that would be amazing...

This (jutsify) is exactly what I needed.

I'll want to center the top & bottom but this is on the right track so I'll take it

vossenv commented 2 months ago

@sdatkinson I was thinking about that (tests) for that stuff. I'll give it shot :)