diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-07 12:12:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-07 22:57:01 -0700 |
commit | 41ab12533b33174c080fcdd0008a56f3bde6194b (patch) | |
tree | e56ce56e94e1730a56aecef1e9c33f7c6123707c /mobile-widgets/qml/CloudCredentials.qml | |
parent | 0e49d6965cbdbf387c0fe316338805d3232c0d3d (diff) | |
download | subsurface-41ab12533b33174c080fcdd0008a56f3bde6194b.tar.gz |
QML UI: more fixes to correctly calculate page widths
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index aa7c57651..9a6ddc7f1 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -21,7 +21,7 @@ Item { ColumnLayout { id: outerLayout - width: subsurfaceTheme.columnWidth - 2 * Kirigami.Units.gridUnit + width: loginWindow.width - loginWindow.leftPadding - loginWindow.rightPadding - 2 * Kirigami.Units.gridUnit onVisibleChanged: { if (visible && manager.accessingCloud < 0) { |