Fix the textview-margins reftest
This test has a word that wouldn't fit in the room we have with a window width of 100, and then we get clipped in the one case but not the other. Make the window a little wider, so it fits.
This commit is contained in:
parent
2f4f164078
commit
e44a87fe94
@ -8,7 +8,8 @@
|
||||
<object class="GtkWindow" id="window">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="type">popup</property>
|
||||
<property name="default_width">100</property>
|
||||
<property name="default_width">106</property>
|
||||
<property name="resizable">0</property>
|
||||
<child>
|
||||
<object class="GtkTextView" id="textview1">
|
||||
<property name="visible">True</property>
|
||||
|
@ -8,7 +8,8 @@
|
||||
<object class="GtkWindow" id="window">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="type">popup</property>
|
||||
<property name="default_width">100</property>
|
||||
<property name="default_width">106</property>
|
||||
<property name="resizable">0</property>
|
||||
<child>
|
||||
<object class="GtkTextView" id="textview1">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user