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