Text now respects right padding

This commit is contained in:
Samuel Dudik 2020-07-31 18:58:35 +02:00
parent 5035afe94f
commit 6a655a7cbd
2 changed files with 30 additions and 3 deletions

View file

@ -2,7 +2,7 @@ const static char *background_color = "#3e3e3e";
const static char *border_color = "#ececec";
const static char *font_color = "#ececec";
const static char *font_pattern = "Inconsolata:style=Medium:size=15";
const static unsigned int padding = 20;
const static unsigned int padding = 15;
const static unsigned int width = 300;
const static unsigned int border_size = 2;