forked from AuroraMiddleware/gtk
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:
parent
261b8c7ee6
commit
c6471ee874
@ -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',
|
||||
]
|
||||
|
||||
|
@ -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">110</property>
|
||||
<property name="resizable">0</property>
|
||||
<child>
|
||||
<object class="GtkTextView" id="textview1">
|
||||
|
@ -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">110</property>
|
||||
<property name="resizable">0</property>
|
||||
<child>
|
||||
<object class="GtkTextView" id="textview1">
|
||||
|
Loading…
Reference in New Issue
Block a user