summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-15 15:15:10 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-15 15:15:10 +0300
commitead7418713b5ac7f087226aca67f83e61d820e6a (patch)
treefeaab6e60372f3efde7426fd859efca9654903cc /src/ui
parent3b12aa1a811684effa6985bd6323532f4c5b5f7d (diff)
Window: Borderless "Updating Feeds" indicator
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/window.c2
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);