diff options
-rw-r--r-- | src/defs.h | 8 | ||||
-rw-r--r-- | src/ui/window.c | 1 |
2 files changed, 5 insertions, 4 deletions
@@ -57,7 +57,7 @@ enum iFileVersion { | |||
57 | #define timer_Icon "\u23f2" | 57 | #define timer_Icon "\u23f2" |
58 | #define home_Icon "\U0001f3e0" | 58 | #define home_Icon "\U0001f3e0" |
59 | #define edit_Icon "\u270e" | 59 | #define edit_Icon "\u270e" |
60 | #define delete_Icon "\u232b" //"\u2bbf" | 60 | #define delete_Icon "\u232b" |
61 | #define copy_Icon "\u2bba" | 61 | #define copy_Icon "\u2bba" |
62 | #define check_Icon "\u2714" | 62 | #define check_Icon "\u2714" |
63 | #define ballotCheck_Icon "\U0001f5f9" | 63 | #define ballotCheck_Icon "\U0001f5f9" |
@@ -67,7 +67,7 @@ enum iFileVersion { | |||
67 | #define openTabBg_Icon "\u2b1a" | 67 | #define openTabBg_Icon "\u2b1a" |
68 | #define openExt_Icon "\u27a0" | 68 | #define openExt_Icon "\u27a0" |
69 | #define add_Icon "\u2795" | 69 | #define add_Icon "\u2795" |
70 | #define page_Icon "\U00010117" // "\U0001d363" // "\U0001f5b9" | 70 | #define page_Icon "\U00010117" |
71 | #define circle_Icon "\u25cf" | 71 | #define circle_Icon "\u25cf" |
72 | #define circleWhite_Icon "\u25cb" | 72 | #define circleWhite_Icon "\u25cb" |
73 | #define gear_Icon "\u2699" | 73 | #define gear_Icon "\u2699" |
@@ -83,8 +83,8 @@ enum iFileVersion { | |||
83 | #define clipboard_Icon "\U0001f4cb" | 83 | #define clipboard_Icon "\U0001f4cb" |
84 | #define unhappy_Icon "\U0001f641" | 84 | #define unhappy_Icon "\U0001f641" |
85 | #define globe_Icon "\U0001f310" | 85 | #define globe_Icon "\U0001f310" |
86 | #define magnifyingGlass_Icon "\U0001f50d" | 86 | #define magnifyingGlass_Icon "\U0001f50d" |
87 | #define midEllipsis_Icon "\u22ef" | 87 | #define midEllipsis_Icon "\u00b7\u00b7\u00b7" |
88 | 88 | ||
89 | /* UI labels that depend on the platform */ | 89 | /* UI labels that depend on the platform */ |
90 | 90 | ||
diff --git a/src/ui/window.c b/src/ui/window.c index 69669c2c..0a3c997d 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -1078,6 +1078,7 @@ static void setupUserInterface_Window(iWindow *d) { | |||
1078 | { "${menu.page.copysource}", 'c', KMOD_PRIMARY, "copy" }, | 1078 | { "${menu.page.copysource}", 'c', KMOD_PRIMARY, "copy" }, |
1079 | { download_Icon " " saveToDownloads_Label, SDLK_s, KMOD_PRIMARY, "document.save" } }, | 1079 | { download_Icon " " saveToDownloads_Label, SDLK_s, KMOD_PRIMARY, "document.save" } }, |
1080 | 14); | 1080 | 14); |
1081 | setFont_LabelWidget((iLabelWidget *) reload, uiContentBold_FontId); | ||
1081 | setAlignVisually_LabelWidget((iLabelWidget *) reload, iTrue); | 1082 | setAlignVisually_LabelWidget((iLabelWidget *) reload, iTrue); |
1082 | } | 1083 | } |
1083 | setId_Widget(as_Widget(reload), "reload"); | 1084 | setId_Widget(as_Widget(reload), "reload"); |