HaikuArchives / ArmyKnife

ArmyKnife is an application that lets you edit the metadata of audio files
MIT License
6 stars 14 forks source link

Small GUI improvements #63

Closed humdingerb closed 3 years ago

scottmc commented 3 years ago

Any chance you can make it so that switching genre from a short one like Rock to a long one like "Instrumental Rock" won't cause the view to resize/move?

humdingerb commented 3 years ago

I'm not able to reproduce that...

scottmc commented 3 years ago

Note the view width difference when picking Rock vs a longer genre name like Instrumental Rock I tried, unsuccessfully, to fix the width a couple weeks ago by setting the genre field width. I think a solution is there somewhere, I just didn't find it.

genre-change-changes-width-of-view

humdingerb commented 3 years ago

That effect isn't present with the changes of this patch applied.

scottmc commented 3 years ago

Helps if I use the right branch before building. Now I see the changes. Works better now. One strange thing I noticed is that the Drag files here" text disappears when dragging the splitter bar left and reappears if you move it back right even just a pixel. Strange. It should just always be there.

Also need to have the users preffered window size settings saved on exit or when requested. But that can be another issue. This looks like a worthy change once the drop text is fixed.

scottmc commented 3 years ago

Disappearing text happened before this, so merging this. That can be fixed later.

humdingerb commented 3 years ago

See new PR #65