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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user