mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +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() {
|
function getAdvancedSettingsScrollPosition() {
|
||||||
return advancedSettings.height / (currentAccountSettingsColumnLayout.height
|
return advancedSettings.y / root.height
|
||||||
+ advancedSettings.height + 46) // 40 = btnSize+2*margin
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function setPasswordButtonText() {
|
function setPasswordButtonText() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue