[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:28:42 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=d6c779c
The following commit has been merged in the master branch:
commit d6c779c938a55154cab2ac4ecff98c13fdd6b97f
Author: Aleix Pol <aleixpol at kde.org>
Date: Wed Jun 24 00:36:57 2015 +0200
improve navigation button usability
---
app/qml/main.qml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/qml/main.qml b/app/qml/main.qml
index 612bda7..ccde541 100644
--- a/app/qml/main.qml
+++ b/app/qml/main.qml
@@ -32,7 +32,8 @@ ApplicationWindow
toolBar: RowLayout {
Button {
- text: "<"
+ iconName: "go-previous"
+ enabled: stack.depth>1
onClicked: stack.pop()
}
Label {
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list