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:
Matthias Clasen 2024-04-05 00:49:46 +02:00
parent 7477e8626d
commit 81faf7caa3

View File

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