mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
settings: Change the default of hint-font-metrics
Change the default value to TRUE. This is because we want to stop hardcoding this value for unscaled situations, but we don't want to change everybody's font rendering.
This commit is contained in:
parent
7477e8626d
commit
81faf7caa3
@ -507,7 +507,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
* Since: 4.6
|
||||
*/
|
||||
pspecs[PROP_HINT_FONT_METRICS] = g_param_spec_boolean ("gtk-hint-font-metrics", NULL, NULL,
|
||||
FALSE,
|
||||
TRUE,
|
||||
GTK_PARAM_READWRITE);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user