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 { ...@@ -85,8 +85,7 @@ Rectangle {
} }
function getAdvancedSettingsScrollPosition() { function getAdvancedSettingsScrollPosition() {
return advancedSettings.height / (currentAccountSettingsColumnLayout.height return advancedSettings.y / root.height
+ advancedSettings.height + 46) // 40 = btnSize+2*margin
} }
function setPasswordButtonText() { 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