summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/CloudCredentials.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-03 15:47:37 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-03 16:00:09 -0700
commit0476f6dc18058fb20ae742c12d8df0f93318d780 (patch)
treeaf6c2201a5887b31222d20312371b1c47427d1aa /mobile-widgets/qml/CloudCredentials.qml
parentc004e31dc27c246e7e0faf33aa3ebc486bb6b038 (diff)
downloadsubsurface-0476f6dc18058fb20ae742c12d8df0f93318d780.tar.gz
QML UI: Settings: remove more margins
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index c9a931981..121dcfe2e 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -23,7 +23,7 @@ Item {
ColumnLayout {
id: outerLayout
- width: loginWindow.width
+ width: loginWindow.width - Kirigami.Units.gridUnit // to ensure the full input fields are visible
function goToNext() {
for (var i = 0; i < children.length; ++i)