From 641df77834223fc03c14ac4ca9839d237f89f20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 3 Dec 2025 12:52:47 +0100 Subject: [PATCH] :bug: Fix wrong board size presets in Android (#7888) --- CHANGES.md | 1 + frontend/src/app/main/constants.cljs | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e694ae53cf..1983d4977c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - Fix problem when drag+duplicate a full grid [Taiga #12565](https://tree.taiga.io/project/penpot/issue/12565) - Fix problem when pasting elements in reverse flex layout [Taiga #12460](https://tree.taiga.io/project/penpot/issue/12460) +- Fix wrong board size presets in Android [Taiga #12339](https://tree.taiga.io/project/penpot/issue/12339) ## 2.12.0 (Unreleased) diff --git a/frontend/src/app/main/constants.cljs b/frontend/src/app/main/constants.cljs index cbccedee91..291767a234 100644 --- a/frontend/src/app/main/constants.cljs +++ b/frontend/src/app/main/constants.cljs @@ -148,17 +148,17 @@ :width 768 :height 1024} {:name "Google Pixel 7 Pro" - :width 1440 - :height 3120} + :width 412 + :height 892} {:name "Google Pixel 6a/6" - :width 1080 - :height 2400} + :width 412 + :height 915} {:name "Google Pixel 4a/5" :width 393 :height 851} {:name "Samsung Galaxy S22" - :width 1080 - :height 2340} + :width 360 + :height 780} {:name "Samsung Galaxy S20+" :width 384 :height 854}