Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
82 views

I saw the following problem with my own app, but then I reproduced it with Windows Media Player, so I assume it's a bug in Windows. The question is, how can I avoid it or work around it in my own app? ...
user541686's user avatar
  • 212k
2 votes
2 answers
239 views

I want to display an image from an array in a Jupyter notebook (inline) in Visual Studio Code. I'm running Windows 11 on a high DPI monitor with scaling set to 150%. Pixels don't render sharp in the ...
elechris's user avatar
  • 718
0 votes
1 answer
48 views

I recently updated a piece of software from Qt 5.15 to Qt 6.5. The process itself was easier than expected but the new handling of high-DPI scaling in lead to some visual errors on multiple Widgets, ...
ChocoBurrito's user avatar
0 votes
0 answers
215 views

I am using SFML on MacOS. I have a problem, which is that everything is scaled by a factor of 2. For example, if I make a 10x10 window using window.create(sf::VideoMode(10, 10), "Window");, ...
quelow's user avatar
  • 37
0 votes
0 answers
83 views

In my Windows Form application I use images from an image list for my tabs. This is configured via Visual Studio 2022, no code written on my side. Looks fine on a 1920 resolution. However, under 4k ...
Horst Walter's user avatar
  • 14.1k
1 vote
1 answer
137 views

I'm using Qt 6.5 on Windows 10, the pixmaps on my application are scaled differently according to the current DPI. A minimal reproducible exxample: Windows scale 100% scale 125% scale 150% class ...
Jabu's user avatar
  • 182
2 votes
3 answers
4k views

I am using Windows Forms to host DirectX-rendered content using SharpDX RenderForm. The issue is that when I set the form Size, it scales it by the scaling factor of my display, which is not what I ...
LOST's user avatar
  • 3,373
1 vote
0 answers
279 views

I'm developing a WinForms app using Visual Studio 2022 and .NET 6. My app makes extensive use of user controls, which are part of the same project. Very often, user controls are anchored so that they ...
CesarGon's user avatar
  • 15.3k
3 votes
1 answer
1k views

I am wondering if I am missing something in setting up Qt high DPI scaling. Right now I have a problem on two displays with 100% and 200% scaling. I am on Windows 10 using Qt 6.4.3 in C++, using Qt ...
Chris's user avatar
  • 2,950
0 votes
1 answer
47 views

I have a simple WinForm with a Label (text: tabPage). In 100% scale: However when I move the form to a 250% display: As you can see, "P" is smaller in height than "b". Font is ...
Daniel's user avatar
  • 2,734
0 votes
1 answer
1k views

I have a WPF app that I want to look the same at all times on all DPI scaling settings on any monitor. By this I mean that the app should have the same size in real physical pixels as it has when ...
user1969903's user avatar
  • 1,032
0 votes
0 answers
351 views

I have created a WinForm along with a Label in Visual Studio 2022: namespace WinFormsApp1 { public partial class Form1 : Form { public Form1() { ...
Daniel's user avatar
  • 2,734
0 votes
0 answers
93 views

I tbh don't know, I got 1 butto. To extend the form width or bring it to normal, on my laptop at 100% screen scale I get it to work, at 125% scale it gets almost to the edge, 150% scale it won't go a ...
XNA_'s user avatar
  • 3
0 votes
1 answer
229 views

I recently had many issues with Tkinter backends on my MacBook Pro high DPI display. The plots look blurry. It is a known issue, which unfortunately cannot be resolved unless using a different backend ...
Manuel ManUser's user avatar
0 votes
1 answer
197 views

I am working with wxWebview widget with both IE and Edge backend in Windows 10. My understanding so far is that IE does not respect high DPI monitors and does not scale fonts respectively. So in IE ...
Reza's user avatar
  • 4,069
2 votes
0 answers
612 views

I'm trying to add support for High DPI scaling to my Qt6 application. For this I added an @2x set of icons, which are used when scale factor is 200%. But platforms like Windows also have intermediate ...
Ruslan's user avatar
  • 19.4k
0 votes
0 answers
73 views

I need to save a graph with high resolution by: plt.savefig('trace', format='jpeg', bbox_inches='tight', dpi=3000) The main graph is: But it saves partially, like this: How can I solve this problem?
Nasrin Asgari's user avatar
1 vote
1 answer
194 views

Environment RDP Target: Windows 2016 Hyper-V Server RDP Client: Windows 10 Main Monitor of client: 1920x1080 150% scaling. Application C++/MFC with spawned (via COM) C# Winform, showing a Data Grid ...
GilesDMiddleton's user avatar
0 votes
1 answer
226 views

I have a weird question. In essence: why does the way I enter the pyplot import line into iPython influence my plot?! Try this (on Windows 10): Use a high-DPI main monitor set to 200% Start a fresh ...
Michel de Ruiter's user avatar
2 votes
1 answer
1k views

After a lot of research I finally realized that my application is looking funny because the fonts specified in Qt Creator are in points and not in pixels, and my laptop is running at 125% scale. Is ...
Rafael Boy's user avatar
0 votes
0 answers
111 views

The software I am working on uses high-dpi scaling and I have noticed that some users specifically on higher res screens are having issues seeing font sizes within the software. This seemed to be ...
Anthony Berrios's user avatar
0 votes
3 answers
612 views

In a previous question I managed to adjust the "padding" between components using Monitor.PixelsPerInch. Now I have a different problem: I have a "..." (browse) TButton at the left ...
AlexV's user avatar
  • 23.2k
2 votes
0 answers
3k views

I have an old-school ordinary WinForms app in VS2019, for which the tabs on a tab control are vertically squished on a high-DPI monitor. In fact, if the app is opened on a high-DPI monitor and ...
Jimbo1987's user avatar
  • 151
1 vote
1 answer
386 views

The ContextMenuStrip doesn't scale when its parent Form is dragged between monitors of different resolution/scaling. The ContextMenuStrip is correctly shown with correct scaling for whatever screen it ...
JohnC's user avatar
  • 121
7 votes
3 answers
17k views

When opening WinForms controls/forms in Visual Studio 2022 on my high DPI display, this message is being displayed: Scaling on your main display is set to 150%. Restart Visual Studio with 100% scaling ...
Uwe Keim's user avatar
  • 40.9k

1
2 3 4 5