ColinPitrat/caprice32

UI is too small

Closed this issue · 4 comments

The UI is too small.
It's at the maximum size for "half size" video plugins but is too small on modern displays when not in fullscreen.
The problem is that it's drawn on the emulator output surface, not on the final video surface. This should be changed.

This means introducing some scaling factor to adapt to the surface size when we're not scaling. Or discarding modes that do not scale?

Note: similar issue #146

And now with higher DPI, this is even worse. Even zoomed this is unreadable! The emulation window is also too small.

We'd need to be able to zoom both the emulation window and the UI windows on high DPI screens.

I'll call it done for all "in-main window" UIs.

We'd need to do the same for devtools.

And now it's really done. Devtools can be scaled independently from the main window through devtools.scale option in the configuration file. Not configurable from UI at the moment.