ref: e65baf9637f210075f3a61b2abd516e4418d7b02
parent: 06fb503b9abe0fd23e174b57e1e080f34789bde2
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Feb 26 18:55:12 EST 2020
cfg: smaller (on axis Y) controls
--- a/cfg/cfg.c
+++ b/cfg/cfg.c
@@ -377,8 +377,8 @@
mu_init();
mu_style.font = font;
- mu_style.size.y = font->height;
- mu_style.title_height = mu_style.size.y + 6;
+ mu_style.size.y = font->height - 6;
+ mu_style.title_height = mu_style.size.y + 12;
winopt = MU_OPT_AUTOSIZE_H;
/* FIXME that's how much it takes for the sizing to kick in :( */