Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Window opens with wrong size #146

Open
rygos opened this issue Sep 21, 2020 · 5 comments
Open

Database Window opens with wrong size #146

rygos opened this issue Sep 21, 2020 · 5 comments
Milestone

Comments

@rygos
Copy link

rygos commented Sep 21, 2020

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.

@Ghabry Ghabry added this to the 0.1 milestone Mar 2, 2021
@Tondorian
Copy link
Member

is this a mac only issue or already fixed?

@Ghabry
Copy link
Member

Ghabry commented Mar 31, 2021

Likely Mac only

@carstene1ns
Copy link
Member

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.

@Ghabry
Copy link
Member

Ghabry commented Apr 2, 2021

@rygos can you recheck this one?

@rygos
Copy link
Author

rygos commented Apr 2, 2021

After opening the databasse it still looks like this:
grafik

After resizing the window for 1px:
grafik

Tested with the newest Jenkins Binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants