summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-04 20:49:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-09-04 21:22:31 -0400
commitf06e484d77ec9190bc161f29181f0b582a6165b2 (patch)
treec885ea29c772eeca44f0efe1b3f6b3443b61f5c6
parentad51216e876ecfdce3ae39422ade9fe624ee23d2 (diff)
downloadgtk+-f06e484d77ec9190bc161f29181f0b582a6165b2.tar.gz
gtk-demo: Improve the font rendering demo
Turn antialiasing on initially, and turn the extents and grid off. Otherwise we show pretty shocking rendering right from the start.
-rw-r--r--demos/gtk-demo/fontrendering.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/gtk-demo/fontrendering.ui b/demos/gtk-demo/fontrendering.ui
index fc7a9fed4a..9008440f28 100644
--- a/demos/gtk-demo/fontrendering.ui
+++ b/demos/gtk-demo/fontrendering.ui
@@ -101,6 +101,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>
@@ -134,7 +135,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>
@@ -143,7 +143,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>