diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 15:29:50 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 15:29:50 -0700 |
commit | ada6a0d6649e5d5ebb11976af670b3398caf51e3 (patch) | |
tree | a2e185148e48593766c0a95c982d7461b6c0d853 /mobile-widgets | |
parent | 8fe24055f025428eabd353f542ab7928cff0a8c1 (diff) | |
download | subsurface-ada6a0d6649e5d5ebb11976af670b3398caf51e3.tar.gz |
QML UI: remove unused code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 4 |
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 |