correctly pass fillWidth and hints to outer layers

wilder-5.14
Marco Martin 13 years ago
parent 6f156443b4
commit c13f98376f
  1. 2
      qmlpackages/desktop/contents/applet/CompactApplet.qml

@ -34,6 +34,8 @@ Item {
property int implicitWidth: compactRepresentation && compactRepresentation.implicitWidth !== undefined ? compactRepresentation.implicitWidth : -1
property int implicitHeight: compactRepresentation && compactRepresentation.implicitHeight !== undefined ? compactRepresentation.implicitHeight : -1
property bool fillWidth: compactRepresentation && compactRepresentation.fillWidth !== undefined ? compactRepresentation.fillWidth : false
property bool fillHeight: compactRepresentation && compactRepresentation.fillHeight !== undefined ? compactRepresentation.fillHeight : false
property Item applet

Loading…
Cancel
Save