From 338c4751d432a3a3e68494a08c3a1dd205dd482d Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 20 Sep 2016 18:49:28 +0200 Subject: [PATCH] - shellexec: align border radius to neutrino --- shellexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellexec.c b/shellexec.c index f59b937..40fbe64 100644 --- a/shellexec.c +++ b/shellexec.c @@ -78,7 +78,7 @@ char VFD[256]=""; char url[256]="time.fu-berlin.de"; char *line_buffer=NULL; char *trstr; -int paging=1, mtmo=120, radius=10; +int paging=1, mtmo=120, radius=11; int ixw=600, iyw=680, xoffs=13, vfd=0; char INST_FILE[]="/tmp/rc.locked"; int instance=0; @@ -1700,7 +1700,7 @@ int main (int argc, char **argv) desc.flags = FT_LOAD_RENDER | FT_LOAD_FORCE_AUTOHINT; if(Read_Neutrino_Cfg("rounded_corners")>0) - radius=9; + radius=11; else radius=0; -- 2.39.5