fix(StatusTagSelector): corrected font size in to label

Needed for https://github.com/status-im/status-desktop/issues/6349
This commit is contained in:
Alexandra Betouni 2022-07-12 11:17:26 +03:00 committed by Michał Cieślak
parent 1138a1eb1f
commit 052b37a348
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ Item {
StatusBaseText {
Layout.preferredWidth: 22
Layout.alignment: Qt.AlignVCenter
font.pixelSize: 15
color: Theme.palette.baseColor1
text: root.toLabelText
visible: (parent.width>22)