summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-24 23:35:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-04-24 23:35:18 -0400
commitfab2173b315c7d305b75f6aabb4da45922b44afa (patch)
tree8c58aae1b7394d434336d1e8ff3783103bdb0604 /gtk/gtkmenubutton.c
parent4480bf382af2140f457075dcda0a5535a5b11239 (diff)
downloadgtk+-fab2173b315c7d305b75f6aabb4da45922b44afa.tar.gz
GtkMenuButton: use popovers by default
When constructing from a menu model, use popovers by default. This change has the potential to cause some size problems for applications with big gear menus, so we're doing it early in the cycle to uncover and fix those.
Diffstat (limited to 'gtk/gtkmenubutton.c')
-rw-r--r--gtk/gtkmenubutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c
index dd966a4523..cc2654da39 100644
--- a/gtk/gtkmenubutton.c
+++ b/gtk/gtkmenubutton.c
@@ -568,7 +568,7 @@ gtk_menu_button_class_init (GtkMenuButtonClass *klass)
g_param_spec_boolean ("use-popover",
P_("Use a popover"),
P_("Use a popover instead of a menu"),
- FALSE,
+ TRUE,
G_PARAM_READWRITE));
/**