mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
settingParaCombobox : centered text
Change-Id: I2c5b69e5776c2cb710a052a039801ba072beeaea
This commit is contained in:
parent
67e0d766a2
commit
6727e4445e
1 changed files with 1 additions and 2 deletions
|
@ -85,8 +85,7 @@ ComboBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
leftPadding: 10
|
leftPadding: root.indicator.width
|
||||||
rightPadding: root.indicator.width + leftPadding
|
|
||||||
|
|
||||||
text: root.displayText
|
text: root.displayText
|
||||||
color: JamiTheme.textColor
|
color: JamiTheme.textColor
|
||||||
|
|
Loading…
Add table
Reference in a new issue