QML UI: Settings: remove more margins

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-08-03 15:47:37 -07:00
parent c004e31dc2
commit 0476f6dc18
2 changed files with 5 additions and 5 deletions

View file

@ -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)