aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/eggtoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg/eggtoolbar.h')
-rw-r--r--lib/egg/eggtoolbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/egg/eggtoolbar.h b/lib/egg/eggtoolbar.h
index b82f7ecf5..aa2efc056 100644
--- a/lib/egg/eggtoolbar.h
+++ b/lib/egg/eggtoolbar.h
@@ -88,8 +88,8 @@ struct _EggToolbar
GtkTooltips *tooltips;
- gint button_maxw;
- gint button_maxh;
+ gint button_maxw; /* maximum width of homogeneous children */
+ gint button_maxh; /* maximum height of homogeneous children */
guint style_set_connection;
guint icon_size_connection;