aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index b116be778..6c9e2f883 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -14,10 +14,6 @@ Item {
property string username: login.text;
property string password: password.text;
- property real gridWidth: loginWindow.width - Kirigami.Units.gridUnit
- property real col1Width: gridWidth * 0.80
- property real col2Width: gridWidth * 0.20
-
function saveCredentials() {
manager.cloudUserName = login.text
manager.cloudPassword = password.text