mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
fontchooser: List font description as font description
Otherwise there will be two properties listed as "Font" in property selectors (in Glade or testfontchooser).
This commit is contained in:
parent
a5f516c818
commit
b95bbb5e39
@ -77,7 +77,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
|
||||
g_object_interface_install_property
|
||||
(iface,
|
||||
g_param_spec_boxed ("font-desc",
|
||||
P_("Font"),
|
||||
P_("Font description"),
|
||||
P_("Font description as a PangoFontDescription struct"),
|
||||
PANGO_TYPE_FONT_DESCRIPTION,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
Loading…
Reference in New Issue
Block a user