Added x1.75 scale option
This commit is contained in:
parent
64f9953837
commit
39b2a7e8b9
@ -442,6 +442,7 @@ private fun Appearance(settingsViewModel: SettingsViewModel) {
|
|||||||
DropDownOption(1f, "100%"),
|
DropDownOption(1f, "100%"),
|
||||||
DropDownOption(1.25f, "125%"),
|
DropDownOption(1.25f, "125%"),
|
||||||
DropDownOption(1.5f, "150%"),
|
DropDownOption(1.5f, "150%"),
|
||||||
|
DropDownOption(1.75f, "175%"),
|
||||||
DropDownOption(2f, "200%"),
|
DropDownOption(2f, "200%"),
|
||||||
DropDownOption(2.5f, "250%"),
|
DropDownOption(2.5f, "250%"),
|
||||||
DropDownOption(3f, "300%"),
|
DropDownOption(3f, "300%"),
|
||||||
|
Loading…
Reference in New Issue
Block a user