Text now respects right padding
This commit is contained in:
parent
5035afe94f
commit
6a655a7cbd
2 changed files with 30 additions and 3 deletions
2
config.h
2
config.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue