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