Fix UI for Burmese language (#682)

* Fix UI for Burmese language
This commit is contained in:
Andrey Zaharow
2024-03-20 17:20:09 +02:00
committed by GitHub
parent 95bdae68f4
commit 0e83586cae
9 changed files with 18 additions and 7 deletions
+2
View File
@@ -49,10 +49,12 @@ public:
Q_PROPERTY(QString currentLanguageName READ getCurrentLanguageName NOTIFY translationsUpdated)
Q_PROPERTY(int currentLanguageIndex READ getCurrentLanguageIndex NOTIFY translationsUpdated)
Q_PROPERTY(int lineHeightAppend READ getLineHeightAppend NOTIFY translationsUpdated)
public slots:
void changeLanguage(const LanguageSettings::AvailableLanguageEnum language);
int getCurrentLanguageIndex();
int getLineHeightAppend();
QString getCurrentLanguageName();
signals: