gtk-demo: Font rendering - better start

Turn antialiasing on initially, and turn the
extents and grid off. Otherwise we show pretty
shocking rendering right from the start.
This commit is contained in:
Matthias Clasen 2021-09-04 20:49:01 -04:00
parent 7c3fbdecf2
commit 24d69ef125

View File

@ -96,6 +96,7 @@
<child>
<object class="GtkCheckButton" id="antialias">
<property name="label">Antialias</property>
<property name="active">1</property>
<layout>
<property name="column">3</property>
<property name="row">1</property>
@ -129,7 +130,6 @@
<child>
<object class="GtkCheckButton" id="show_extents">
<property name="label">Show Extents</property>
<property name="active">1</property>
<layout>
<property name="column">5</property>
<property name="row">0</property>
@ -138,7 +138,6 @@
</child>
<child>
<object class="GtkCheckButton" id="show_grid">
<property name="active">1</property>
<property name="label">Show Grid</property>
<layout>
<property name="column">5</property>