python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get dpi using program on Xfce Desktop environment?
Xfce supports HiDPI scaling which can be enabled using the settings manager:
1.Go to Settings Manager > Appearance > Settings > Window Scaling and select 2 as the scaling factor.
I wonder to ...
hyt
Votes: 0
Answers: 1
Chrome SVG clip-path behave incosistent across monitors
So I have a small HTML snippet below,
<p style="clip-path: polygon(0 0, 100px 0, 100px 10px, 0 10px)">Lorem ipsum dolor sit amet</p>
<svg xmlns="http://www.w3.org/2000/svg" width="2...
Smankusors
Votes: 0
Answers: 1
wxWidgets 3.1.5 MSW - HiDPI scaling problems causing controls to have the incorrect size
Information about my setup
wxWidgets: 3.1.5 (also tried the latest source from github)
wxWidgets: built using gcc-11.2 under msys2 (ucrt64)
Windows 10 Application: build using gcc-11.2 under msys2 (u...
Amanda
Votes: 0
Answers: 1