mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +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
|
|
}
|
|
}
|