[sailfish] Hide container if there are no labels
This commit is contained in:
parent
736094a1eb
commit
0e01172768
1 changed files with 2 additions and 0 deletions
|
|
@ -148,6 +148,8 @@ Page {
|
|||
Grid {
|
||||
spacing: Theme.paddingMedium
|
||||
width: parent.width
|
||||
visible: labels !== null && labels.count > 0
|
||||
|
||||
Repeater {
|
||||
model: labels.count
|
||||
LabelLabel {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue