mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01: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
|
|
}
|
|
}
|