From 850acc728c60700f5d31ad27e2120e0d5a751887 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 17 Jun 2022 12:48:13 +0200 Subject: [PATCH] Reduce indent to same as a normal margin This is how GNOME does things, so let's do the same so things look similar. --- vncviewer/fltk/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ****/ -- 2.39.5