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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 18 additions and 7 deletions

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: