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:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user