From: Pierre Ossman Date: Fri, 17 Jun 2022 10:48:13 +0000 (+0200) Subject: Reduce indent to same as a normal margin X-Git-Tag: v1.13.90~108^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=850acc728c60700f5d31ad27e2120e0d5a751887;p=tigervnc.git Reduce indent to same as a normal margin This is how GNOME does things, so let's do the same so things look similar. --- diff --git a/vncviewer/fltk/layout.h b/vncviewer/fltk/layout.h index 3799204e..ff4600b8 100644 --- a/vncviewer/fltk/layout.h +++ b/vncviewer/fltk/layout.h @@ -47,7 +47,7 @@ static inline int gui_str_len(const char *str) #define TIGHT_MARGIN 5 /**** ADJUSTMENTS ****/ -#define INDENT 20 +#define INDENT 10 /**** FLTK WIDGETS ****/