mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: Settings: remove more margins
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c004e31dc2
commit
0476f6dc18
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue