fontchooser: Don't make default size translatable

That was a copy/paste error in 2ad2bae1ca.

Thanks to Anders Jonsson for spotting it.
This commit is contained in:
Matthias Clasen
2024-11-07 12:17:49 -05:00
parent 89d17ec86e
commit 331c6c130f

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>