@@ -19,6 +19,7 @@ ItemDelegate {
font.pixelSize: titleLabel.font.pixelSize - 2
text: root.subtitle
opacity: 0.8
+ visible: Boolean(text)
}