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 ab1afae9..72608851 100644 --- a/src/ui/uploadwidget.c +++ b/src/ui/uploadwidget.c | |||
@@ -95,7 +95,7 @@ static void updateInputMaxHeight_UploadWidget_(iUploadWidget *d) { | |||
95 | const int footerHeight = isUsingPanelLayout_Mobile() ? 0 : | 95 | const int footerHeight = isUsingPanelLayout_Mobile() ? 0 : |
96 | (height_Widget(d->token) + | 96 | (height_Widget(d->token) + |
97 | height_Widget(findChild_Widget(w, "dialogbuttons")) + | 97 | height_Widget(findChild_Widget(w, "dialogbuttons")) + |
98 | 6 * 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_Window()->keyboardHeight; |
101 | setLineLimits_InputWidget(d->input, | 101 | setLineLimits_InputWidget(d->input, |