-
The generated file (and gui.py itself) don't have any DPI awareness.
Unfortunately ctypes.windll.shcore.SetProcessDpiAwareness(1) (which works on many other UIs) breaks the design.
So on my dev…
-
### Description of the new feature / enhancement
support Display Scaling On High DPI Settings
### Scenario when this would be used?
not support Display Scaling On High DPI Settings
![image](http…
-
I have a high DPI screen (using the 200% setting in Windows 10)
And some of the text is quite hard to read.
However **_this is not really an issue for me_** as I don't really need to read those, k…
-
Hello,
First of all, thanks for this work ! I have an old Chuwi HI13 tablet, great for comics, but painful with the old Comicrack.
I would appreciate a new feature : ability to have bigger fonts…
-
# **Issue №1984 opened by *[Bmorr1123](https://github.com/Bmorr1123)* at 2020-06-25 04:23:04**
By incorrect I mean that it accurately reports the resolution of the display, but it does not ac…
-
Add to fpsconfig
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); (this string for qt i usually use, idk what libs do you have )
Only fpsconfig looks not good. Others are fine.
![C…
Nibir updated
4 years ago
-
**Edit:** tresf, added checklist and workaround:
* [ ] **Windows:** - Partially working via d2e50df3ce2f8a56fd1750cc077eff3e76a6867d.
* [x] **Linux:** - Implemented via ~~8a39302571c96e130dd6db1f4…
-
I have devices with DPIs imperfect for integer scaling, Dippi helps me to know that but it doesn't help me know what scaling is the best for that device, even if that means using fractional scaling wh…
Kekun updated
3 months ago
-
Here is my code. I want a window to be full screen across multiple screens, but I found that when I use the following screen arrangement and scaling, it doesn't work correctly。
![Image](https://githu…
-
I use `--scale 2` to make high resolution PNGs (e.g. for Retina displays), but this shouldn't really affect the dimensions of the image. Hence raising the DPI accordingly would be more correct. (Not s…