|
|
|
|
|
by bayulxc5
2698 days ago
|
|
Most if not all Windows applications can be resized properly without being updated. Remember that it's the widget toolkit (Win32, GTK, Qt, etc) that is doing the resizing, not the application. The app tells the toolkit to draw a button at 10,10 with a size of 100,20. The toolkit multiplies everything by 1.5 and then draws the button. The app doesn't need to know that this is happening at all. Of course this is not possible with some applications that do weird things, but for the 99% this works, and the 1% can just be resized by the compositor. That's exactly what Windows does. |
|
But Windows is not a garden of roses either, I still see a fair share of blurry dialogs (until recently, even vscode installer/updater).