3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Handle layout change and window resize for transitions

This commit is contained in:
Björn Ritzl
2018-03-19 22:56:12 +01:00
parent a25e6d1ba5
commit a4cef48239
5 changed files with 300 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
profiles {
name: "Landscape"
qualifiers {
width: 1136
height: 640
}
}
profiles {
name: "Portrait"
qualifiers {
width: 640
height: 1136
}
}