From b1d9b55bf75500d28dd4dc82330998c638c07f81 Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 13 Aug 2020 18:03:08 +0200 Subject: [PATCH] named UI Scale -> Zoom --- src/widgets/settingspages/GeneralPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index 8fa05a30..896c1eec 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -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( - "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,