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}