Skip to content
Snippets Groups Projects
Commit bd96da9c authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: adjust advanced settings position when entering

Gitlab: #317
Change-Id: I7c73c9fdabc7cd7cccdb5d1a66ca9f002c6fd098
parent 3f8f1f1e
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,7 @@ Rectangle {
}
function getAdvancedSettingsScrollPosition() {
return advancedSettings.height / (currentAccountSettingsColumnLayout.height
+ advancedSettings.height + 46) // 40 = btnSize+2*margin
return advancedSettings.y / root.height
}
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