[sailfish] Hide container if there are no labels

This commit is contained in:
Michael Käufl 2014-10-20 13:25:01 +02:00
parent 736094a1eb
commit 0e01172768

View file

@ -148,6 +148,8 @@ Page {
Grid {
spacing: Theme.paddingMedium
width: parent.width
visible: labels !== null && labels.count > 0
Repeater {
model: labels.count
LabelLabel {