diff options
Diffstat (limited to 'src/ui/root.c')
-rw-r--r-- | src/ui/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c index 6f91b370..76ef05c4 100644 --- a/src/ui/root.c +++ b/src/ui/root.c | |||
@@ -1038,7 +1038,7 @@ void createUserInterface_Root(iRoot *d) { | |||
1038 | moveToParentRightEdge_WidgetFlag); | 1038 | moveToParentRightEdge_WidgetFlag); |
1039 | /* Feeds refresh indicator is inside the input field. */ { | 1039 | /* Feeds refresh indicator is inside the input field. */ { |
1040 | iLabelWidget *queryInd = | 1040 | iLabelWidget *queryInd = |
1041 | new_LabelWidget(uiTextAction_ColorEscape "\u21d2 ${status.query}", NULL); | 1041 | new_LabelWidget(uiTextAction_ColorEscape "${status.query} \u21a9", NULL); |
1042 | setId_Widget(as_Widget(queryInd), "input.indicator.search"); | 1042 | setId_Widget(as_Widget(queryInd), "input.indicator.search"); |
1043 | setBackgroundColor_Widget(as_Widget(queryInd), uiBackground_ColorId); | 1043 | setBackgroundColor_Widget(as_Widget(queryInd), uiBackground_ColorId); |
1044 | setFrameColor_Widget(as_Widget(queryInd), uiTextAction_ColorId); | 1044 | setFrameColor_Widget(as_Widget(queryInd), uiTextAction_ColorId); |