GtkHeaderBar: reduce minimum title width

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
This commit is contained in:
Christoph Reiter 2015-06-23 10:54:39 +02:00 committed by Christoph Reiter
parent 84e99b20ac
commit 335c070f9b

View File

@ -51,7 +51,7 @@
*/
#define DEFAULT_SPACING 6
#define MIN_TITLE_CHARS 20
#define MIN_TITLE_CHARS 5
struct _GtkHeaderBarPrivate
{