Qt 5.14 hi-res adjustments, as HI-DPI screen handling has changed

* see // https://lists.qt-project.org/pipermail/development/2019-September/037434.html
* qss adjustemnts
* larger default sizes for core/launcher/client for 1920x1080 screens
This commit is contained in:
Klaus Basan
2020-01-03 19:12:29 +01:00
committed by Mat Sutcliffe
parent 2a3fd0e94c
commit 8eaa4f7f15
9 changed files with 940 additions and 938 deletions

View File

@@ -374,7 +374,7 @@ QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: middle left; /* position at the top center */
padding: 0px 2em 0px 2em;
min-width: 15em;
min-width: 10em;
background-color: darkblue;
border: 1px solid green;
border-radius: 5px;