reftests: Fix window-height-for-width test

The dialog's vbox internal child is now called content_area
This commit is contained in:
Benjamin Otte 2019-03-27 03:55:18 +01:00
parent b3eddbb45d
commit 8542ac2c42
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="use_header_bar">1</property>
<child internal-child="vbox">
<child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox2">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>

View File

@ -7,7 +7,7 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="use_header_bar">1</property>
<child internal-child="vbox">
<child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox2">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>