You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The the DPI scaling in Windows 10/11 changes, the client does not update its Window size but keeps the original size, even when the content does not fit any longer.
Steps to reproduce
Steps to reproduce:
Start the Nextcloud client in Windows 11 with scaling of 100% and see the main window of the client which looks OK:
Note: image blurred partially for privacy reasons.
Change the scaling to 200% and check the main window of the client again. Now it is too small:
However - when stopping the client and starting it again, it will be OK:
Expected behavior
When the DPI scaling in Windows changes, the Window will be resized to the correct size.
Start with 100%:
When changing scaling to 200%:
Which files are affected by this bug
nextcloud.exe
Operating system
Windows
Which version of the operating system you are running.
Windows 11
Package
Official Windows MSI
Nextcloud Server version
30.0.4
Nextcloud Desktop Client version
3.15.2
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Default internal user-backend
LDAP/ Active Directory
SSO - SAML
Other
Nextcloud Server logs
Additional info
The Nextcloud server part is not relevant for this bug. It is a pure client side issue.
The text was updated successfully, but these errors were encountered:
This commit fixes#7678 and likely fixes#7447 too. On Windows, when
the screen is changed to one with a different scaling setting the window
is being incorrectly resized. This can be worked around by storing the
window's size before moving it to a different screen, and then resizing
the window again.
Signed-off-by: Jyrki Gadinger <[email protected]>
This commit fixes#7678 and likely fixes#7447 too. On Windows, when
the screen is changed to one with a different scaling setting the window
is being incorrectly resized. This can be worked around by storing the
window's size before moving it to a different screen, and then resizing
the window again.
Signed-off-by: Jyrki Gadinger <[email protected]>
Bug description
The the DPI scaling in Windows 10/11 changes, the client does not update its Window size but keeps the original size, even when the content does not fit any longer.
Steps to reproduce
Steps to reproduce:
Note: image blurred partially for privacy reasons.
However - when stopping the client and starting it again, it will be OK:
Expected behavior
When the DPI scaling in Windows changes, the Window will be resized to the correct size.
Start with 100%:
When changing scaling to 200%:
Which files are affected by this bug
nextcloud.exe
Operating system
Windows
Which version of the operating system you are running.
Windows 11
Package
Official Windows MSI
Nextcloud Server version
30.0.4
Nextcloud Desktop Client version
3.15.2
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
The Nextcloud server part is not relevant for this bug. It is a pure client side issue.
The text was updated successfully, but these errors were encountered: