I'm facing an issue with in-app minimized windows, which are broken on my Windows 11 (certainly by a software, but I don't know which one...). Those in-app minimized windows are much more narrower that it should be. Instead of having the minimized title bar containing title and 3 buttons, I can only see the close button. I read here it wasn't possible to change this size for a unique software, but I assume it's possible to change it for the whole system? Here is a capture of the issue in ultraedit and here in 3dsMax for example.
Asked
Active
Viewed 184 times
0
-
Same problem. Not sure why this is down voted. the default size of all minimized windows is SUPPOSED to be 160x31 - apparently they changed something for windows 11 – Watson Mar 18 '22 at 18:11
-
1To those who have the same problem as me, I found the solution: (win+r) regedit HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics add the string value "MinWidth". Change the string value named "MinWidth". Set its value using the following formula: -15*width in pixels For me, acceptable one was -3300 Little drawback: It also changes size of the minimized windows in the taskbar (make them much wider when there is a few of them in taskbar) – Gregory Pavin Mar 21 '22 at 12:39
-
This is a good work around. I've made another post about this which I thought may describe the issue more clearly, if you want to answer it with this solution that'd be fine. https://stackoverflow.com/questions/71531701/winforms-mdi-has-new-minimum-child-size-in-windows-11 – Watson Mar 22 '22 at 15:18