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.
This commit is contained in:
Matthias Clasen 2014-04-24 23:35:18 -04:00
parent 4480bf382a
commit fab2173b31

View File

@ -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));
/**