]> git.webhop.me Git - shellexec.git/commitdiff
- shellexec: align border radius to neutrino
authorsvenhoefer <svenhoefer@svenhoefer.com>
Tue, 20 Sep 2016 16:49:28 +0000 (18:49 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Tue, 20 Sep 2016 16:49:28 +0000 (18:49 +0200)
shellexec.c

index f59b9372acc9f831f50985b4a21b5171caea9b2f..40fbe64f98a70908cb98a820af797233bc547f1f 100644 (file)
@@ -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;