Settings/Display: Scaling per monitor \o/
This commit is contained in:
parent
d6cc5899b9
commit
3e55dc3c04
3 changed files with 74 additions and 50 deletions
|
|
@ -185,7 +185,11 @@ Singleton {
|
|||
|
||||
ui: JsonObject {
|
||||
property string fontFamily: "Roboto" // Family for all text
|
||||
property list<string> monitorsScale: []
|
||||
}
|
||||
|
||||
// Scaling (not stored as JsonObject)
|
||||
property var monitorsScaling: {
|
||||
|
||||
}
|
||||
|
||||
// brightness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue