summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-14 09:42:34 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-14 09:42:34 +0300
commit10445781521b46c3a8d9ff50f2eb0f334b93a222 (patch)
tree094e59e6da7e2a02d34e93411d912239a89be30b /src/ui
parent1e179aaa9b97fcf4564ca3a3e71c301c8b2ebc47 (diff)
Mobile: More prominent context menu icon
The horizontal middle ellipsis character is quite thin in the available fonts, so use three bullets instead.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
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");