Editor
Editor copied to clipboard
Database Window opens with wrong size
Hi,
if I open the Database window, the Window is to small and some controls overlap like this:
If I resize the window for only 1px the window "jumps" to the right size and the controls are on the right place.
is this a mac only issue or already fixed?
Likely Mac only
This looks like a High-DPI issue, which might be fixed already by #147, since we provide the plist file. (https://doc.qt.io/qt-5/highdpi.html#macos-and-ios)
If we want real support we need to set QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); in main.cpp and revise some of the manual scaling unfortunately.
@rygos can you recheck this one?
After opening the databasse it still looks like this:

After resizing the window for 1px:

Tested with the newest Jenkins Binary