Fix problem with HDPI screens
On high dpi screens the thml was shown way too small, this let's it scale properly.
This commit is contained in:
parent
4b804873a6
commit
3f492b6160
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QGuiApplication app(argc, argv);
|
||||
app.setOrganizationName("Jeena");
|
||||
app.setOrganizationDomain("jeena.net");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue