collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1.04k stars 288 forks source link

Some forms too large for certain monitors #154

Closed collin80 closed 5 years ago

collin80 commented 6 years ago

Some windows, like the DBC signal editor window, are really tall. They can be taller than the resolution on certain monitors. So, either the forms should be resized to fit or the program will have to require a certain monitor resolution. As it stands this might entail requiring a 1920x1080 monitor. That might be a tad extreme but it is the only sure way to use SavvyCAN at this point. It works nicely on 4K as well but that's the wrong direction. What should the target resolution for SavvyCAN be?

collin80 commented 5 years ago

Really, it's only the signal editor window. I think it should be possible to run the program all of the way down to 800x600 at minimum in order to easily allow running it in virtual machines and older computers (though most all versions are 64 bit so the machine can't be too old).

collin80 commented 5 years ago

Fixed in 09570c58a3c904c75785dc3c11580d6aa4ed9973

You still aren't going to be able to use 800x600 but 1024x768 should be possible across the whole app now.