File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
var settingsPaneHeightByParentWindow = 0.80 * data .parentWindowHeight ; // 80 percent of the parent window's height
48
48
settingsPane .height = scrollViewControl .contentHeight > settingsPaneHeightByParentWindow ? settingsPaneHeightByParentWindow : scrollViewControl .contentHeight ;
49
49
revealSettingsAnimation .start ();
50
- settingsContainer .upadteScrollBarPosition ();
50
+ settingsContainer .updateScrollBarPosition ();
51
51
}
52
52
53
53
function onMainWindowResized (data ) {
@@ -164,7 +164,7 @@ Item {
164
164
easing .type : Easing .InOutQuad
165
165
}
166
166
167
- function upadteScrollBarPosition () {
167
+ function updateScrollBarPosition () {
168
168
editorSettingsVerticalScrollBar .position = settingsContainer .latestScrollBarPosition ;
169
169
}
170
170
Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ Item {
789
789
790
790
onVisibleChanged: {
791
791
if (editorSettingsPopupContainer .visible ) {
792
- editorSettings .upadteScrollBarPosition ();
792
+ editorSettings .updateScrollBarPosition ();
793
793
}
794
794
}
795
795
}
You can’t perform that action at this time.
0 commit comments