summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/plot_style.c2
-rw-r--r--render/html_redraw.c2
2 files changed, 2 insertions, 2 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,
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 2b85f6c86..cb178eab2 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -691,7 +691,7 @@ bool html_redraw_box(const html_content *html, struct box *box,
obj_x += width / 2 - obj_width / 2;
if (!plot->text(obj_x, y + padding_top + (int)
- (height * 0.75 * scale),
+ (height * 0.75),
obj, sizeof(obj) - 1,
plot_fstyle_broken_object))
return false;