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
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 16
lineHeight: 16 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#0E0E11"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 38
lineHeight: 38 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#D7D8DB"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 30
lineHeight: 30 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#D7D8DB"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 16
lineHeight: 16 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#878B91"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 21.6
lineHeight: 21.6 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#D7D8DB"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 24
lineHeight: 24 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#D7D8DB"
@@ -1,7 +1,7 @@
import QtQuick
Text {
lineHeight: 20
lineHeight: 20 + LanguageModel.getLineHeightAppend()
lineHeightMode: Text.FixedHeight
color: "#D7D8DB"