reftests: Fix textview-margins test

The text is wider now that we changed the font properties, so account
for that.
This commit is contained in:
Benjamin Otte 2019-04-12 22:00:53 +02:00
parent 254feda16b
commit 07e0411b98
3 changed files with 2 additions and 3 deletions

View File

@ -420,7 +420,6 @@ xfails = [
'label-shadows.ui',
'sizegroups-evolution-identity-page.ui',
'textview-border-windows.ui',
'textview-margins.ui',
'window-show-contents-on-map.ui',
]

View File

@ -6,7 +6,7 @@
</object>
<object class="GtkWindow" id="window">
<property name="type">popup</property>
<property name="default_width">106</property>
<property name="default_width">150</property>
<property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">

View File

@ -6,7 +6,7 @@
</object>
<object class="GtkWindow" id="window">
<property name="type">popup</property>
<property name="default_width">106</property>
<property name="default_width">150</property>
<property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">