Paste P536

apply to plasma-pa
ActivePublic

Authored by ngraham on Feb 2 2020, 8:26 PM.
diff --git a/applet/contents/ui/ListItemBase.qml b/applet/contents/ui/ListItemBase.qml
index af37bab..df88f06 100644
--- a/applet/contents/ui/ListItemBase.qml
+++ b/applet/contents/ui/ListItemBase.qml
@@ -125,10 +125,12 @@ PlasmaComponents.ListItem {
text: defaultButton.text
visible: !defaultButton.visible
elide: Text.ElideRight
+ Layout.fillWidth: true
}
Item {
Layout.fillWidth: true
+ visible: !soloLabel.visible
}
SmallToolButton {
ngraham created this paste.Feb 2 2020, 8:26 PM
ngraham created this object in space S1 KDE Community.