summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2021-08-09 11:08:51 -0700
committerChristian Hergert <chergert@redhat.com>2021-08-09 11:08:51 -0700
commit1bfa2fa7d699266d955e11e55a47ab16eabe557d (patch)
tree85335aea0c2dbdb1982444aa18bc38d62f69e0b6 /tests
parent754ace425f82728fe15969c0c07aec1ee49dd054 (diff)
downloadgtksourceview-1bfa2fa7d699266d955e11e55a47ab16eabe557d.tar.gz
tests: remove frame from test-widget
You really wouldn't want to do this in an app for performance reasons with rounded corners, so just remove it now that the bugs related with it were fixed in GTK's GL renderer.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-widget.ui30
1 files changed, 13 insertions, 17 deletions
diff --git a/tests/test-widget.ui b/tests/test-widget.ui
index ca6d7d10..f3e2ca9c 100644
--- a/tests/test-widget.ui
+++ b/tests/test-widget.ui
@@ -439,25 +439,21 @@
<object class="GtkGrid" id="grid1">
<property name="row_spacing">3</property>
<child>
- <object class="GtkFrame">
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="width_request">400</property>
+ <property name="height_request">400</property>
+ <property name="can-focus">1</property>
<child>
- <object class="GtkScrolledWindow" id="scrolledwindow1">
- <property name="width_request">400</property>
- <property name="height_request">400</property>
- <property name="can-focus">1</property>
- <child>
- <object class="GtkSourceView" id="view">
- <property name="buffer">
- <object class="GtkSourceBuffer">
- </object>
- </property>
- <property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <property name="monospace">True</property>
+ <object class="GtkSourceView" id="view">
+ <property name="buffer">
+ <object class="GtkSourceBuffer">
</object>
- </child>
+ </property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="monospace">True</property>
</object>
</child>
</object>