]> source.dussan.org Git - tigervnc.git/commitdiff
Reduce indent to same as a normal margin
authorPierre Ossman <ossman@cendio.se>
Fri, 17 Jun 2022 10:48:13 +0000 (12:48 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 22 Dec 2022 12:37:07 +0000 (13:37 +0100)
This is how GNOME does things, so let's do the same so things look
similar.

vncviewer/fltk/layout.h

index 3799204e471d9e168873c96f455dacab8f2e712e..ff4600b87c687a52833bec12cd85dbe19ad0295b 100644 (file)
@@ -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 ****/