Fix #18223: New Braille icon and changed Preferences window height

This commit is contained in:
Hemant Antony 2023-06-27 23:41:25 +05:30
parent 41a5ebe53c
commit 67e4e732f1
4 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -34,7 +34,7 @@ StyledDialogView {
title: qsTrc("appshell/preferences", "Preferences")
contentWidth: 880
contentHeight: 600
contentHeight: 640
resizable: true
property string currentPageId: ""

View file

@ -191,7 +191,7 @@ void PreferencesModel::load(const QString& currentPageId)
makeItem("advanced", QT_TRANSLATE_NOOP("appshell/preferences", "Advanced"), IconCode::Code::CONFIGURE,
"Preferences/AdvancedPreferencesPage.qml"),
makeItem("braille", QT_TRANSLATE_NOOP("appshell/preferences", "Braille"), IconCode::Code::VISIBILITY_OFF,
makeItem("braille", QT_TRANSLATE_NOOP("appshell/preferences", "Braille"), IconCode::Code::BRAILLE,
"Preferences/BraillePreferencesPage.qml")
};

View file

@ -390,6 +390,7 @@ public:
EXPRESSION = 0xF453,
CLOUD_FILL = 0xF454,
BRAILLE = 0xF455,
NONE = 0xFFFF
};