[gtk+] Fix the textview-margins reftest
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix the textview-margins reftest
- Date: Fri, 11 Mar 2016 21:47:58 +0000 (UTC)
commit e44a87fe94ea8e23b75d1d76c94a717a81327565
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 11 16:46:52 2016 -0500
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.
testsuite/reftests/textview-margins.ref.ui | 3 ++-
testsuite/reftests/textview-margins.ui | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/reftests/textview-margins.ref.ui b/testsuite/reftests/textview-margins.ref.ui
index 2d1d449..624ba06 100644
--- a/testsuite/reftests/textview-margins.ref.ui
+++ b/testsuite/reftests/textview-margins.ref.ui
@@ -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>
diff --git a/testsuite/reftests/textview-margins.ui b/testsuite/reftests/textview-margins.ui
index 9fd0487..34c2d4c 100644
--- a/testsuite/reftests/textview-margins.ui
+++ b/testsuite/reftests/textview-margins.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]