From 10445781521b46c3a8d9ff50f2eb0f334b93a222 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 14 Apr 2021 09:42:34 +0300 Subject: Mobile: More prominent context menu icon The horizontal middle ellipsis character is quite thin in the available fonts, so use three bullets instead. --- src/ui/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/window.c') 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) { { "${menu.page.copysource}", 'c', KMOD_PRIMARY, "copy" }, { download_Icon " " saveToDownloads_Label, SDLK_s, KMOD_PRIMARY, "document.save" } }, 14); + setFont_LabelWidget((iLabelWidget *) reload, uiContentBold_FontId); setAlignVisually_LabelWidget((iLabelWidget *) reload, iTrue); } setId_Widget(as_Widget(reload), "reload"); -- cgit v1.2.3