Merge branch 'home-sweet-gnome:master' into master

This commit is contained in:
Adam Lewicki
2025-09-23 19:15:22 +02:00
committed by GitHub

View File

@@ -1369,7 +1369,7 @@ export const Preview = GObject.registerClass(
let size = SETTINGS.get_int('window-preview-size') * scaleFactor let size = SETTINGS.get_int('window-preview-size') * scaleFactor
let w, h let w, h
if (this._previewMenu.isVertical) { if (this._previewMenu.panel.geom.vertical) {
w = size w = size
h = (w * aspectRatio.y.size) / aspectRatio.x.size h = (w * aspectRatio.y.size) / aspectRatio.x.size
} else { } else {