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:
14
example/example.display_profiles
Normal file
14
example/example.display_profiles
Normal file
@@ -0,0 +1,14 @@
|
||||
profiles {
|
||||
name: "Landscape"
|
||||
qualifiers {
|
||||
width: 1136
|
||||
height: 640
|
||||
}
|
||||
}
|
||||
profiles {
|
||||
name: "Portrait"
|
||||
qualifiers {
|
||||
width: 640
|
||||
height: 1136
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user