mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-13 15:54:12 +09:00
Merge branch 'home-sweet-gnome:master' into master
This commit is contained in:
@@ -1369,7 +1369,7 @@ export const Preview = GObject.registerClass(
|
||||
let size = SETTINGS.get_int('window-preview-size') * scaleFactor
|
||||
let w, h
|
||||
|
||||
if (this._previewMenu.isVertical) {
|
||||
if (this._previewMenu.panel.geom.vertical) {
|
||||
w = size
|
||||
h = (w * aspectRatio.y.size) / aspectRatio.x.size
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user