summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/plot_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plot_style.c b/desktop/plot_style.c
index a2b582292..05e42baad 100644
--- a/desktop/plot_style.c
+++ b/desktop/plot_style.c
@@ -81,7 +81,7 @@ plot_style_t const * const plot_style_broken_object =
static const plot_font_style_t plot_fstyle_broken_object_static = {
.family = PLOT_FONT_FAMILY_SANS_SERIF,
- .size = 14 * FONT_SIZE_SCALE,
+ .size = 16 * FONT_SIZE_SCALE,
.weight = 400,
.flags = FONTF_NONE,
.background = 0x8888ff,