Commit b5071ab1 authored by Chupligin Sergey's avatar Chupligin Sergey

[MediumListView] fix element size with mokups

parent 7511c24e
......@@ -6,7 +6,7 @@ import QtGraphicalEffects 1.0
Item {
id: root
width: parent.width
height: 88
height: 60
property string label: ""
......@@ -61,7 +61,7 @@ Item {
left: parent.left
right: parent.right
}
font.pixelSize: 35
font.pixelSize: 30
clip: true
}
......@@ -74,7 +74,7 @@ Item {
right: parent.right
top: labelItem.bottom
}
font.pixelSize: 20
font.pixelSize: 18
clip: true
visible: text != ""
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment