mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change default MacOS font
"Arial Unicode MS" doesn't have bold fonts, at least not on my system. This makes it impossible to distinguish trip dives from non-trip dives, since dives without at trip have bold index numbers. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f6432752e3
commit
f334175bdd
1 changed files with 2 additions and 2 deletions
4
macos.c
4
macos.c
|
@ -18,9 +18,9 @@ static GtkosxApplication *osx_app;
|
||||||
|
|
||||||
#define SUBSURFACE_PREFERENCES CFSTR("org.hohndel.subsurface")
|
#define SUBSURFACE_PREFERENCES CFSTR("org.hohndel.subsurface")
|
||||||
#define ICON_NAME "Subsurface.icns"
|
#define ICON_NAME "Subsurface.icns"
|
||||||
#define UI_FONT "Arial Unicode MS 12"
|
#define UI_FONT "Arial 12"
|
||||||
|
|
||||||
const char system_divelist_default_font[] = "Arial Unicode MS 9";
|
const char system_divelist_default_font[] = "Arial 10";
|
||||||
|
|
||||||
void subsurface_open_conf(void)
|
void subsurface_open_conf(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue