mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
named UI Scale -> Zoom
This commit is contained in:
parent
2c74e98023
commit
b1d9b55bf7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue