mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Solve #169 Fix on_layout_change
This commit is contained in:
14
example/custom.display_profiles
Normal file
14
example/custom.display_profiles
Normal file
@@ -0,0 +1,14 @@
|
||||
profiles {
|
||||
name: "Landscape"
|
||||
qualifiers {
|
||||
width: 900
|
||||
height: 600
|
||||
}
|
||||
}
|
||||
profiles {
|
||||
name: "Portrait"
|
||||
qualifiers {
|
||||
width: 600
|
||||
height: 900
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user