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
As the title says, when setting a custom background image to the SDDM themes for Sweet, the aspect ratio is not preserved and the image gets squished to fill the screen.
The solution is as simple as adding a line with fillMode: Image.PreserveAspectCrop to Main.qml so it looks like:
The text was updated successfully, but these errors were encountered:
tanshoku
changed the title
Aspect ratio of custom background images on SDDM not being preserved
Aspect ratio of custom background images on SDDM theme not being preserved
Nov 12, 2022
As the title says, when setting a custom background image to the SDDM themes for Sweet, the aspect ratio is not preserved and the image gets squished to fill the screen.
The solution is as simple as adding a line with
fillMode: Image.PreserveAspectCrop
toMain.qml
so it looks like:The text was updated successfully, but these errors were encountered: