diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-14 09:42:34 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-14 09:42:34 +0300 |
commit | 10445781521b46c3a8d9ff50f2eb0f334b93a222 (patch) | |
tree | 094e59e6da7e2a02d34e93411d912239a89be30b /src/defs.h | |
parent | 1e179aaa9b97fcf4564ca3a3e71c301c8b2ebc47 (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/defs.h')
-rw-r--r-- | src/defs.h | 8 |
1 files changed, 4 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 | ||