forked from AuroraMiddleware/gtk
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:
parent
84e99b20ac
commit
335c070f9b
@ -51,7 +51,7 @@
|
||||
*/
|
||||
|
||||
#define DEFAULT_SPACING 6
|
||||
#define MIN_TITLE_CHARS 20
|
||||
#define MIN_TITLE_CHARS 5
|
||||
|
||||
struct _GtkHeaderBarPrivate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user