@gkatev commented on this pull request.
@@ -73,37 +73,40 @@
/* some default settings which are used at the very first start of Geany to fill * the configuration file */ -#define GEANY_MAX_SYMBOLLIST_HEIGHT 10 -#define GEANY_MIN_SYMBOLLIST_CHARS 4 -#define GEANY_MSGWIN_HEIGHT 208 -#define GEANY_DISK_CHECK_TIMEOUT 30 -#define GEANY_DEFAULT_TOOLS_MAKE "make" +#define GEANY_MAX_SYMBOLLIST_HEIGHT 10 +#define GEANY_MIN_SYMBOLLIST_CHARS 4 +#define GEANY_MSGWIN_HEIGHT 208 +#define GEANY_DISK_CHECK_TIMEOUT 30 +#define GEANY_DEFAULT_TOOLS_MAKE "make"
Hmm I see, well I can leave them unaligned, it's not too bad. They will no longer all be aligned, like they were before, but if that's not an issue with you it's not one with me!