[gtk+] GtkHeaderBar: reduce minimum title width



commit 335c070f9b97d840252dc5806d8bf2105deb1c40
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Tue Jun 23 10:54:39 2015 +0200

    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

 gtk/gtkheaderbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c
index bf95295..1e7bc5a 100644
--- a/gtk/gtkheaderbar.c
+++ b/gtk/gtkheaderbar.c
@@ -51,7 +51,7 @@
  */
 
 #define DEFAULT_SPACING 6
-#define MIN_TITLE_CHARS 20
+#define MIN_TITLE_CHARS 5
 
 struct _GtkHeaderBarPrivate
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]