summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-26 11:58:29 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-26 11:58:29 +0300
commit247b2c6cdea3e57f4d22d375b43927bc9f39efc8 (patch)
tree4eff622ad397dbfd51db16292ad4bc42ee14f14c /src/ui/root.c
parentf53e6d34fbb8d2f2fb54aff8b746b1c5d06fe497 (diff)
Fonts: Added more Smol Emoji symbols
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 49925856..15548e74 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1049,7 +1049,7 @@ void createUserInterface_Root(iRoot *d) {
1049 moveToParentRightEdge_WidgetFlag); 1049 moveToParentRightEdge_WidgetFlag);
1050 /* Feeds refresh indicator is inside the input field. */ { 1050 /* Feeds refresh indicator is inside the input field. */ {
1051 iLabelWidget *queryInd = 1051 iLabelWidget *queryInd =
1052 new_LabelWidget(uiTextAction_ColorEscape "${status.query} \u21a9", NULL); 1052 new_LabelWidget(uiTextAction_ColorEscape "${status.query} " return_Icon, NULL);
1053 setId_Widget(as_Widget(queryInd), "input.indicator.search"); 1053 setId_Widget(as_Widget(queryInd), "input.indicator.search");
1054 setBackgroundColor_Widget(as_Widget(queryInd), uiBackground_ColorId); 1054 setBackgroundColor_Widget(as_Widget(queryInd), uiBackground_ColorId);
1055 setFrameColor_Widget(as_Widget(queryInd), uiTextAction_ColorId); 1055 setFrameColor_Widget(as_Widget(queryInd), uiTextAction_ColorId);