minor ui fixes

This commit is contained in:
vladimir.kuznetsov 2023-10-03 23:28:44 +05:00
parent 776ae04cbe
commit 7d4a01c757
5 changed files with 8 additions and 6 deletions

View file

@ -90,6 +90,9 @@ Button {
anchors.centerIn: parent
Image {
Layout.preferredHeight: 20
Layout.preferredWidth: 20
source: root.imageSource
visible: root.imageSource === "" ? false : true

View file

@ -6,7 +6,7 @@ Text {
color: "#D7D8DB"
font.pixelSize: 16
font.weight: 500
font.weight: 600
font.family: "PT Root UI VF"
wrapMode: Text.WordWrap