[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:26:56 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=bb825fe
The following commit has been merged in the master branch:
commit bb825fed8da79a8a0331126b0142e704947fd69b
Author: Albert Vaca <albertvaka at gmail.com>
Date: Fri Sep 6 21:12:14 2013 +0200
Prettifying plasmoid
Text is no longer over the dismiss button but wrapped in two lines
---
plasmoid/package/contents/ui/DeviceDelegate.qml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml
index cd47849..0ba38e6 100644
--- a/plasmoid/package/contents/ui/DeviceDelegate.qml
+++ b/plasmoid/package/contents/ui/DeviceDelegate.qml
@@ -60,8 +60,14 @@ PlasmaComponents.ListItem
delegate: PlasmaComponents.ListItem {
PlasmaComponents.Label {
text: appName + ": " + display
+ anchors.right: dismissButton.left
+ anchors.left: parent.left
+ elide: Text.ElideRight
+ maximumLineCount: 2
+ wrapMode: Text.WordWrap
}
PlasmaComponents.ToolButton {
+ id: dismissButton
visible: notificationsModel.isAnyDimissable;
enabled: dismissable
anchors.right: parent.right
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list