diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-06-17 12:48:13 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-12-22 13:37:07 +0100 |
commit | 850acc728c60700f5d31ad27e2120e0d5a751887 (patch) | |
tree | fd2cef74ac27374da0de3a2128f6cbf217482f1b /vncviewer/fltk | |
parent | 4c0600d5c11ab1f07bb05a58709dbd8151a81cc3 (diff) | |
download | tigervnc-850acc728c60700f5d31ad27e2120e0d5a751887.tar.gz tigervnc-850acc728c60700f5d31ad27e2120e0d5a751887.zip |
Reduce indent to same as a normal margin
This is how GNOME does things, so let's do the same so things look
similar.
Diffstat (limited to 'vncviewer/fltk')
-rw-r--r-- | vncviewer/fltk/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ****/ |