named UI Scale -> Zoom

This commit is contained in:
fourtf 2020-08-13 18:03:08 +02:00
parent 2c74e98023
commit b1d9b55bf7

View file

@ -288,7 +288,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
[](auto val) { return QString::number(val) + "pt"; },
[](auto args) { return fuzzyToInt(args.value, 10); });
layout.addDropdown<float>(
"UI Scale",
"Zoom",
{"0.5x", "0.6x", "0.7x", "0.8x", "0.9x", "Default", "1.2x", "1.4x",
"1.6x", "1.8x", "2x", "2.33x", "2.66x", "3x", "3.5x", "4x"},
s.uiScale,