summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-05-09 20:52:48 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2021-05-09 20:52:48 +0500
commit5d59415c2d0550de14e8dcd80f91cf9928781f1a (patch)
tree8b5dd80079cc14e24f17f1b40e8fec47693831ca /tests
parentc5d2d899301c14d867fced18fc2d4affbc0d5aff (diff)
downloadgtk+-5d59415c2d0550de14e8dcd80f91cf9928781f1a.tar.gz
test: Use more appropriate back/forward icons
Diffstat (limited to 'tests')
-rw-r--r--tests/testsplitheaders.ui4
-rw-r--r--tests/teststackedheaders.ui2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/testsplitheaders.ui b/tests/testsplitheaders.ui
index 867b5277ba..0662c8cf62 100644
--- a/tests/testsplitheaders.ui
+++ b/tests/testsplitheaders.ui
@@ -30,13 +30,13 @@
</style>
<child>
<object class="GtkButton">
- <property name="label">&lt;</property>
+ <property name="icon-name">go-previous-symbolic</property>
<property name="valign">center</property>
</object>
</child>
<child>
<object class="GtkButton">
- <property name="label">&gt;</property>
+ <property name="icon-name">go-next-symbolic</property>
<property name="valign">center</property>
</object>
</child>
diff --git a/tests/teststackedheaders.ui b/tests/teststackedheaders.ui
index 6112f77de9..981553110f 100644
--- a/tests/teststackedheaders.ui
+++ b/tests/teststackedheaders.ui
@@ -32,7 +32,7 @@
<object class="GtkHeaderBar">
<child type="start">
<object class="GtkButton" id="back_btn">
- <property name="label">&lt;</property>
+ <property name="icon-name">go-previous-symbolic</property>
<property name="valign">center</property>
</object>
</child>