Editor icon indicating copy to clipboard operation
Editor copied to clipboard

Database Window opens with wrong size

Open rygos opened this issue 5 years ago • 5 comments

Hi,

if I open the Database window, the Window is to small and some controls overlap like this:

image

If I resize the window for only 1px the window "jumps" to the right size and the controls are on the right place.

rygos avatar Sep 21 '20 21:09 rygos

is this a mac only issue or already fixed?

Tondorian avatar Mar 31 '21 13:03 Tondorian

Likely Mac only

Ghabry avatar Mar 31 '21 18:03 Ghabry

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.

carstene1ns avatar Apr 02 '21 20:04 carstene1ns

@rygos can you recheck this one?

Ghabry avatar Apr 02 '21 22:04 Ghabry

After opening the databasse it still looks like this: grafik

After resizing the window for 1px: grafik

Tested with the newest Jenkins Binary

rygos avatar Apr 02 '21 22:04 rygos