summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-16 13:20:39 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-16 13:20:39 +0300
commit19f29bc4382b3dfe9d3c21ddabd5501919c76566 (patch)
treee72732b464bf2088a67340208ec2a06cdfc77225 /src/ui/root.c
parent2eddc6ee320204c7791ef23e6a4bbea67f151796 (diff)
Changed UI icons related to bookmarks
Use the Book and Bookmark characters.
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 913f82e9..f37d274d 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1236,7 +1236,7 @@ void createUserInterface_Root(iRoot *d) {
1236 frameless_WidgetFlag), 1236 frameless_WidgetFlag),
1237 "toolbar.ident"); 1237 "toolbar.ident");
1238 setId_Widget(addChildFlags_Widget(toolBar, 1238 setId_Widget(addChildFlags_Widget(toolBar,
1239 iClob(newLargeIcon_LabelWidget("\U0001f588", "toolbar.showview arg:-1")), 1239 iClob(newLargeIcon_LabelWidget(book_Icon, "toolbar.showview arg:-1")),
1240 frameless_WidgetFlag | commandOnClick_WidgetFlag), 1240 frameless_WidgetFlag | commandOnClick_WidgetFlag),
1241 "toolbar.view"); 1241 "toolbar.view");
1242 iLabelWidget *menuButton = makeMenuButton_LabelWidget("\U0001d362", phoneNavMenuItems_, 1242 iLabelWidget *menuButton = makeMenuButton_LabelWidget("\U0001d362", phoneNavMenuItems_,
@@ -1251,7 +1251,7 @@ void createUserInterface_Root(iRoot *d) {
1251 // setBackgroundColor_Widget(i.object, tmBannerSideTitle_ColorId); 1251 // setBackgroundColor_Widget(i.object, tmBannerSideTitle_ColorId);
1252 } 1252 }
1253 const iMenuItem items[] = { 1253 const iMenuItem items[] = {
1254 { pin_Icon " ${sidebar.bookmarks}", 0, 0, "toolbar.showview arg:0" }, 1254 { book_Icon " ${sidebar.bookmarks}", 0, 0, "toolbar.showview arg:0" },
1255 { star_Icon " ${sidebar.feeds}", 0, 0, "toolbar.showview arg:1" }, 1255 { star_Icon " ${sidebar.feeds}", 0, 0, "toolbar.showview arg:1" },
1256 { clock_Icon " ${sidebar.history}", 0, 0, "toolbar.showview arg:2" }, 1256 { clock_Icon " ${sidebar.history}", 0, 0, "toolbar.showview arg:2" },
1257 { page_Icon " ${toolbar.outline}", 0, 0, "toolbar.showview arg:4" }, 1257 { page_Icon " ${toolbar.outline}", 0, 0, "toolbar.showview arg:4" },