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 ...@@ -6,7 +6,7 @@ import QtGraphicalEffects 1.0
Item { Item {
id: root id: root
width: parent.width width: parent.width
height: 88 height: 60
property string label: "" property string label: ""
...@@ -61,7 +61,7 @@ Item { ...@@ -61,7 +61,7 @@ Item {
left: parent.left left: parent.left
right: parent.right right: parent.right
} }
font.pixelSize: 35 font.pixelSize: 30
clip: true clip: true
} }
...@@ -74,7 +74,7 @@ Item { ...@@ -74,7 +74,7 @@ Item {
right: parent.right right: parent.right
top: labelItem.bottom top: labelItem.bottom
} }
font.pixelSize: 20 font.pixelSize: 18
clip: true clip: true
visible: text != "" 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