forked from AuroraMiddleware/gtk
volume-button: use symbolic icons by default
This commit is contained in:
parent
9b81131003
commit
afa9339e71
@ -155,8 +155,8 @@ gtk_volume_button_class_init (GtkVolumeButtonClass *klass)
|
||||
g_param_spec_boolean ("use-symbolic",
|
||||
P_("Use symbolic icons"),
|
||||
P_("Whether to use symbolic icons"),
|
||||
FALSE,
|
||||
G_PARAM_READWRITE));
|
||||
TRUE,
|
||||
G_PARAM_READWRITE|G_PARAM_CONSTRUCT));
|
||||
|
||||
/* Bind class to template
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user