diff options
Diffstat (limited to 'src/ui/uploadwidget.c')
-rw-r--r-- | src/ui/uploadwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/uploadwidget.c b/src/ui/uploadwidget.c index 72608851..ba7545fd 100644 --- a/src/ui/uploadwidget.c +++ b/src/ui/uploadwidget.c | |||
@@ -97,7 +97,7 @@ static void updateInputMaxHeight_UploadWidget_(iUploadWidget *d) { | |||
97 | height_Widget(findChild_Widget(w, "dialogbuttons")) + | 97 | height_Widget(findChild_Widget(w, "dialogbuttons")) + |
98 | 12 * gap_UI); | 98 | 12 * gap_UI); |
99 | const int avail = bottom_Rect(safeRect_Root(w->root)) - footerHeight - | 99 | const int avail = bottom_Rect(safeRect_Root(w->root)) - footerHeight - |
100 | get_Window()->keyboardHeight; | 100 | get_MainWindow()->keyboardHeight; |
101 | setLineLimits_InputWidget(d->input, | 101 | setLineLimits_InputWidget(d->input, |
102 | minLines_InputWidget(d->input), | 102 | minLines_InputWidget(d->input), |
103 | iMaxi(minLines_InputWidget(d->input), | 103 | iMaxi(minLines_InputWidget(d->input), |