milkytracker / MilkyTracker

An FT2 compatible music tracker
http://milkytracker.github.io/
Other
1.7k stars 160 forks source link

responsive filedialog #285

Closed coderofsalvation closed 1 year ago

coderofsalvation commented 2 years ago

image

The width/height was hardcoded, and on a 22" screen this is quite claustrophobic. This fix (see screenshot) will make it adapt to the screensize. This is nice especially since samplepacks can be huge, and personal sample/instrument-directories can grow over time. It caps to max 500x800 to prevent useless width-margins (or data overload in case of height) and still looks good on the smallest resolution:

image