forked from AuroraMiddleware/gtk
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:
parent
4480bf382a
commit
fab2173b31
@ -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));
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user