reftests: Mark windows as popups

Improves performance, gets rid of resize grip.
This commit is contained in:
Benjamin Otte 2011-11-24 18:06:08 +01:00
parent 08d86fabc4
commit 9011bf9e3b
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<property name="width_request">50</property>
<property name="height_request">60</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>

View File

@ -5,6 +5,7 @@
<property name="width_request">50</property>
<property name="height_request">60</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>