Skip to content
Snippets Groups Projects
Commit ec1f4155 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Andreas Traczyk
Browse files

settingsview: scroll to advanced settings layout

Gitlab: #119
Change-Id: I3e6f1d26a35edadc26770a481d4ce7ba9cc393d0
parent 873c3d69
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@ Rectangle {
}
function getAdvancedSettingsScrollPosition() {
return advancedSettings.y / currentAccountSettingsColumnLayout.height
return advancedSettings.y / (currentAccountSettingsColumnLayout.height
- advancedSettings.height + 40) // 40 = btnSize+margin
}
function setPasswordButtonText() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment