projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e99b2
)
GtkHeaderBar: reduce minimum title width
author
Christoph Reiter
<reiter.christoph@gmail.com>
Tue, 23 Jun 2015 08:54:39 +0000
(10:54 +0200)
committer
Christoph 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
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index bf9529530ebbb47d98535d397b1ccd6a07999fc4..1e7bc5aa9588b564821dfbe9789475c0f7bffef9 100644
(file)
--- 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
{