mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-04 22:23:32 +02:00
misc: adjust advanced settings position when entering
Gitlab: #317 Change-Id: I7c73c9fdabc7cd7cccdb5d1a66ca9f002c6fd098
This commit is contained in:
parent
3f8f1f1e25
commit
bd96da9c6b
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue