New installers: 2019-07-02

This commit is contained in:
Tom Schoonjans
2019-07-02 10:12:26 +01:00
parent 12ed7c624f
commit e20195cfbf
356 changed files with 713 additions and 263 deletions

View File

@@ -0,0 +1,20 @@
<schemalist>
<schema gettext-domain="gedit" id="org.gnome.gedit.plugins.externaltools" path="/org/gnome/gedit/plugins/externaltools/">
<key name="use-system-font" type="b">
<default>true</default>
<summary>Whether to use the system font</summary>
<description>
If true, the external tools will use the desktop-global standard
font if its monospace (and the most similar font it can
come up with otherwise).
</description>
</key>
<key name="font" type="s">
<default>'Monospace 10'</default>
<summary>Font</summary>
<description>
A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”.
</description>
</key>
</schema>
</schemalist>