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:
@@ -2,8 +2,8 @@
|
|||||||
<interface domain="gtk40">
|
<interface domain="gtk40">
|
||||||
<template class="GtkFontChooserDialog" parent="GtkDialog">
|
<template class="GtkFontChooserDialog" parent="GtkDialog">
|
||||||
<property name="title" translatable="yes">Select Font</property>
|
<property name="title" translatable="yes">Select Font</property>
|
||||||
<property name="default-width" translatable="yes">400</property>
|
<property name="default-width">400</property>
|
||||||
<property name="default-height" translatable="yes">500</property>
|
<property name="default-height">500</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="fontchooser"/>
|
<class name="fontchooser"/>
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user