mirror of
https://github.com/status-im/StatusQ.git
synced 2025-02-23 10:08:16 +00:00
fix(StatusTagSelector): corrected font size in to label
Needed for https://github.com/status-im/status-desktop/issues/6349
This commit is contained in:
parent
2b4398830a
commit
25600ec624
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user