🐛 Fix wrong board size presets in Android (#7888)

This commit is contained in:
Marina López
2025-12-03 12:52:47 +01:00
committed by GitHub
parent 53aad7bc15
commit 641df77834
2 changed files with 7 additions and 6 deletions

View File

@@ -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)

View File

@@ -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}