// # salem
//
// This preference set changes the screen scaling (DPI).
//
// ## Testing
//
// The screen scale should be set to 125% (or, 1 value above the display's recommended setting). This is under the
// "Change the size of text, apps, and other items" setting.
//
// If the resolution is lower than 1024x768 then it should do nothing.
{
    "flat": {
        "name": "Salem",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.microsoft.windows.screenDPI": {
                        "screen-dpi": 1
                    }
                }
            }
        }
    }
}
