GtkHeaderBar: reduce minimum title width
authorChristoph Reiter <reiter.christoph@gmail.com>
Tue, 23 Jun 2015 08:54:39 +0000 (10:54 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 23 Jun 2015 19:16:37 +0000 (21:16 +0200)
The minimum title width affects the minimum window width
for CSD windows. To allow smaller windows like without
CSD reduce it a bit (276px vs 156px min width)

https://bugzilla.gnome.org/show_bug.cgi?id=751341

gtk/gtkheaderbar.c

index bf9529530ebbb47d98535d397b1ccd6a07999fc4..1e7bc5aa9588b564821dfbe9789475c0f7bffef9 100644 (file)
@@ -51,7 +51,7 @@
  */
 
 #define DEFAULT_SPACING 6
-#define MIN_TITLE_CHARS 20
+#define MIN_TITLE_CHARS 5
 
 struct _GtkHeaderBarPrivate
 {