logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: 8c0525b56e6ad402eeff18af58eb1ce4d9e8be47
parent: f2f9b3cf2c130c0f165cdb6a604bc2be24c45eae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Apr 2019 12:37:29 +0200

config.h: Keep tab expansion off by default

Diffstat:

Mconfig.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -19,7 +19,7 @@ //#define BADWOLF_TAB_BOX_WIDTH 120 // BADWOLF_TAB_HEXPAND: Should the tab try to fill the available horizontal space? -#define BADWOLF_TAB_HEXPAND TRUE +#define BADWOLF_TAB_HEXPAND FALSE /* BADWOLF_TAB_LABEL_ELLIPSIZE: pango ellipsize mode of the tab label text, can be one of: * - PANGO_ELLIPSIZE_NONE