Browse Source
- Refactored the Accessibility Scale UI to use a JSON for user custom scalespull/694/head
committed by
GitHub
5 changed files with 32 additions and 4 deletions
@ -0,0 +1,28 @@ |
|||
[ |
|||
{ |
|||
"70": { |
|||
"HeightAdjustInPixels": "30" |
|||
}, |
|||
"80": { |
|||
"HeightAdjustInPixels": "30" |
|||
}, |
|||
"90": { |
|||
"HeightAdjustInPixels": "20" |
|||
}, |
|||
"100": { |
|||
"HeightAdjustInPixels": "20" |
|||
}, |
|||
"125": { |
|||
"HeightAdjustInPixels": "12" |
|||
}, |
|||
"150": { |
|||
"HeightAdjustInPixels": "10" |
|||
}, |
|||
"175": { |
|||
"HeightAdjustInPixels": "10" |
|||
}, |
|||
"200": { |
|||
"HeightAdjustInPixels": "1" |
|||
} |
|||
} |
|||
] |
|||
Binary file not shown.
Loading…
Reference in new issue