summaryrefslogtreecommitdiff
path: root/gtk/ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-14 14:07:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-15 10:23:48 -0500
commitd327d3fab232eda14acc5d0610845f9c679bc5c4 (patch)
treeda51c9f1018dd2016b54e01da88737a3e1c8287c /gtk/ui
parentfb4f5e0a78b46138ca670d348d183fa60a35d2cd (diff)
downloadgtk+-d327d3fab232eda14acc5d0610845f9c679bc5c4.tar.gz
assistant: Use a stack
We don't use any non-stack features of the notebook here.
Diffstat (limited to 'gtk/ui')
-rw-r--r--gtk/ui/gtkassistant.ui4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui
index d519a79ce9..f39fbf494b 100644
--- a/gtk/ui/gtkassistant.ui
+++ b/gtk/ui/gtkassistant.ui
@@ -18,10 +18,8 @@
<property name="orientation">vertical</property>
<property name="hexpand">1</property>
<child>
- <object class="GtkNotebook" id="content">
+ <object class="GtkStack" id="content">
<property name="can-focus">1</property>
- <property name="show-tabs">0</property>
- <property name="show-border">0</property>
<property name="vexpand">1</property>
<signal name="remove" handler="assistant_remove_page_cb" swapped="no"/>
<child type="tab"/>