summaryrefslogtreecommitdiff
path: root/examples/application3
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-05-07 22:12:09 +0530
committerMohammed Sadiq <sadiq@sadiqpk.org>2018-05-07 22:30:40 +0530
commit772c994fd08d02bd0eaab5e8adab0b14578a8a4b (patch)
treee46e1acfb60f318317f72a57cbca3bd0d41dc0c8 /examples/application3
parentc5976fed9a570ee9b3e39d873f609fa200334eb6 (diff)
downloadgtk+-772c994fd08d02bd0eaab5e8adab0b14578a8a4b.tar.gz
examples: Simplify .ui files
Run gtk4-builder-tool recursively
Diffstat (limited to 'examples/application3')
-rw-r--r--examples/application3/window.ui4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/application3/window.ui b/examples/application3/window.ui
index d90c3f618c..03fe6d1e05 100644
--- a/examples/application3/window.ui
+++ b/examples/application3/window.ui
@@ -7,14 +7,11 @@
<property name="default-height">400</property>
<child>
<object class="GtkBox" id="content_box">
- <property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkHeaderBar" id="header">
- <property name="visible">True</property>
<child type="title">
<object class="GtkStackSwitcher" id="tabs">
- <property name="visible">True</property>
<property name="stack">stack</property>
</object>
</child>
@@ -22,7 +19,6 @@
</child>
<child>
<object class="GtkStack" id="stack">
- <property name="visible">True</property>
</object>
</child>
</object>