Don't leave a gap when label1 is not visible

This entire thing ought to be a ColumnLayout instead of anchors over anchors
wilder-5.14
Kai Uwe Broulik 12 years ago
parent adb0057a80
commit 9ccfa6c88e
  1. 2
      applets/notifications/package/contents/ui/JobDelegate.qml

@ -196,7 +196,7 @@ Item {
Column {
id: detailsColumn
anchors {
top: labelName1Text.bottom
top: labelName1Text.visible || label1Text.visible ? labelName1Text.bottom : labelName0Text.bottom
topMargin: notificationItem.layoutSpacing
right: parent.right
left: labelName1Text.right

Loading…
Cancel
Save