diff options
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index 0a3c997d..fe2a3353 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -1044,7 +1044,7 @@ static void setupUserInterface_Window(iWindow *d) { | |||
1044 | setAlignVisually_LabelWidget(fprog, iTrue); | 1044 | setAlignVisually_LabelWidget(fprog, iTrue); |
1045 | addChildFlags_Widget(rightEmbed, | 1045 | addChildFlags_Widget(rightEmbed, |
1046 | iClob(fprog), | 1046 | iClob(fprog), |
1047 | collapse_WidgetFlag | hidden_WidgetFlag); | 1047 | collapse_WidgetFlag | frameless_WidgetFlag | hidden_WidgetFlag); |
1048 | } | 1048 | } |
1049 | /* Download progress indicator is also inside the input field, but hidden normally. */ { | 1049 | /* Download progress indicator is also inside the input field, but hidden normally. */ { |
1050 | iLabelWidget *progress = new_LabelWidget(uiTextCaution_ColorEscape "00.000 ${mb}", NULL); | 1050 | iLabelWidget *progress = new_LabelWidget(uiTextCaution_ColorEscape "00.000 ${mb}", NULL); |