forked from AuroraMiddleware/gtk
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:
parent
7c3fbdecf2
commit
24d69ef125
@ -96,6 +96,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkCheckButton" id="antialias">
|
<object class="GtkCheckButton" id="antialias">
|
||||||
<property name="label">Antialias</property>
|
<property name="label">Antialias</property>
|
||||||
|
<property name="active">1</property>
|
||||||
<layout>
|
<layout>
|
||||||
<property name="column">3</property>
|
<property name="column">3</property>
|
||||||
<property name="row">1</property>
|
<property name="row">1</property>
|
||||||
@ -129,7 +130,6 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkCheckButton" id="show_extents">
|
<object class="GtkCheckButton" id="show_extents">
|
||||||
<property name="label">Show Extents</property>
|
<property name="label">Show Extents</property>
|
||||||
<property name="active">1</property>
|
|
||||||
<layout>
|
<layout>
|
||||||
<property name="column">5</property>
|
<property name="column">5</property>
|
||||||
<property name="row">0</property>
|
<property name="row">0</property>
|
||||||
@ -138,7 +138,6 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCheckButton" id="show_grid">
|
<object class="GtkCheckButton" id="show_grid">
|
||||||
<property name="active">1</property>
|
|
||||||
<property name="label">Show Grid</property>
|
<property name="label">Show Grid</property>
|
||||||
<layout>
|
<layout>
|
||||||
<property name="column">5</property>
|
<property name="column">5</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user