From 9e829d1417a87546531fd7244f1715a250b343f1 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 11 Jun 2014 18:20:16 +0200 Subject: [PATCH] Document odd-looking line --- lookandfeel/contents/loginmanager/Main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/lookandfeel/contents/loginmanager/Main.qml b/lookandfeel/contents/loginmanager/Main.qml index 935fc0b4a..01fb19c3a 100644 --- a/lookandfeel/contents/loginmanager/Main.qml +++ b/lookandfeel/contents/loginmanager/Main.qml @@ -81,6 +81,7 @@ Image { } PlasmaComponents.Button { + //this keeps the buttons the same width and thus line up evenly around the centre Layout.minimumWidth: passwordInput.width text: i18n("Login") onClicked: startLogin();