minor ui fixes
This commit is contained in:
parent
776ae04cbe
commit
7d4a01c757
5 changed files with 8 additions and 6 deletions
|
@ -90,6 +90,9 @@ Button {
|
|||
anchors.centerIn: parent
|
||||
|
||||
Image {
|
||||
Layout.preferredHeight: 20
|
||||
Layout.preferredWidth: 20
|
||||
|
||||
source: root.imageSource
|
||||
visible: root.imageSource === "" ? false : true
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue