diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-12 11:46:05 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-12 11:46:05 +0300 |
commit | 8e2126cae79e8182562d1796b61fefc8ba74f4b8 (patch) | |
tree | 4e4bf80f9789b605ab9864bca33ed9fb5fac5985 /src/ui/root.c | |
parent | 4e84a9ff371e69ba828f8678c5cec89eea45d2ab (diff) |
Cleanup
Use the Return key symbol consistently, also in the Search Query indicator. The input dialog "Send" label now no longer needs the "⇒" icon.
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); |