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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue