mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +02:00
15 lines
165 B
Plaintext
15 lines
165 B
Plaintext
profiles {
|
|
name: "Landscape"
|
|
qualifiers {
|
|
width: 900
|
|
height: 600
|
|
}
|
|
}
|
|
profiles {
|
|
name: "Portrait"
|
|
qualifiers {
|
|
width: 600
|
|
height: 900
|
|
}
|
|
}
|