[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:18:05 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=c2e352e
The following commit has been merged in the master branch:
commit c2e352e09471a7123409ee40a120df612ce1f524
Author: Aleix Pol <aleixpol at kde.org>
Date: Tue Feb 19 01:46:48 2013 +0100
Resolve the state in case the plasmoid is square
QML got confused whenever plasmoidviewer was loaded with this. Not the case
anymore.
REVIEW: 109022
---
chat/org.kde.ktp-chat/contents/ui/main.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chat/org.kde.ktp-chat/contents/ui/main.qml b/chat/org.kde.ktp-chat/contents/ui/main.qml
index 717f61f..764786c 100644
--- a/chat/org.kde.ktp-chat/contents/ui/main.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/main.qml
@@ -34,7 +34,7 @@ Grid {
clip: true
spacing: 2
- flow: (plasmoid.formFactor === Vertical || width<=height) ? Flow.TopToBottom : Flow.LeftToRight
+ flow: (plasmoid.formFactor === Vertical || width<height) ? Flow.TopToBottom : Flow.LeftToRight
rows: flow===Flow.LeftToRight ? 1 : -1
columns: flow===Flow.LeftToRight ? -1 : 1
--
ktp-contact-applet packaging
More information about the pkg-kde-commits
mailing list