Merge branch 'font-chooser-default-width' into 'main'

fontchooser: Don't make default size translatable

See merge request GNOME/gtk!7905
This commit is contained in:
Matthias Clasen
2024-11-08 00:20:29 +00:00

View File

@@ -2,8 +2,8 @@
<interface domain="gtk40">
<template class="GtkFontChooserDialog" parent="GtkDialog">
<property name="title" translatable="yes">Select Font</property>
<property name="default-width" translatable="yes">400</property>
<property name="default-height" translatable="yes">500</property>
<property name="default-width">400</property>
<property name="default-height">500</property>
<style>
<class name="fontchooser"/>
</style>