yafp / media-dupes

a minimal content duplicator for common media services like youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Optimize minimal app height for small displays

yafp opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
the minimal ui height is to big for small displays.
the bottom buttons are not displayed

Describe the solution you'd like
reduce minimal ui height

Additional context
about 760px height - 13" sony device

media-dupes_080_small_resolution_issues

commented

in 0.8.0 / main.js defines it as follows:

const mainWindowMinimalWindowHeight = 830

It would be for sure perfect to fit on ugly 768 pixel resolutions. (so 768- taskbar or similar = around 730 for media-dupes)