mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +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
1138a1eb1f
commit
052b37a348
@ -247,6 +247,7 @@ Item {
|
|||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
Layout.preferredWidth: 22
|
Layout.preferredWidth: 22
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
font.pixelSize: 15
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
text: root.toLabelText
|
text: root.toLabelText
|
||||||
visible: (parent.width>22)
|
visible: (parent.width>22)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user