screenshot-window-sizer: Add phone screenshot sizes

This is going to be convenient to take fake screenshots for phones like
the Librem 5.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/65
This commit is contained in:
Adrien Plazas
2019-04-10 10:03:38 +02:00
parent 3671d5a299
commit 5b43d4733c

View File

@@ -63,7 +63,9 @@ let SIZES = [
[800, 450],
[1024, 576],
[1200, 675],
[1600, 900]
[1600, 900],
[360, 654], // Phone portrait maximized
[720, 360] // Phone landscape fullscreen
];
function cycleScreenshotSizes(display, window, binding) {