testsuite: Stop using type-hints

This commit is contained in:
Matthias Clasen 2020-03-11 18:12:41 -04:00
parent 11c91065cf
commit e7ef4a57ca
4 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@
<interface>
<object class="GtkMessageDialog" id="messagedialog1">
<property name="decorated">0</property>
<property name="type_hint">dialog</property>
<property name="buttons">ok</property>
<property name="text" translatable="yes">Text</property>
<property name="secondary_text" translatable="yes">Secondary text #5</property>

View File

@ -2,7 +2,6 @@
<interface>
<object class="GtkMessageDialog" id="messagedialog1">
<property name="decorated">0</property>
<property name="type_hint">dialog</property>
<property name="buttons">ok</property>
<property name="text" translatable="yes">Text</property>
<property name="secondary_text" translatable="yes">Secondary text #1</property>

View File

@ -2,7 +2,6 @@
<interface>
<object class="GtkDialog" id="window1">
<property name="title" translatable="yes">Dubstep</property>
<property name="type_hint">dialog</property>
<property name="resizable">0</property>
<property name="modal">1</property>
<property name="use_header_bar">1</property>

View File

@ -2,7 +2,6 @@
<interface>
<object class="GtkDialog" id="window1">
<property name="title" translatable="yes">Dubstep</property>
<property name="type_hint">dialog</property>
<property name="resizable">0</property>
<property name="modal">1</property>
<property name="use_header_bar">1</property>