summaryrefslogtreecommitdiff
path: root/examples/builder.ui
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/builder.ui
parentc5976fed9a570ee9b3e39d873f609fa200334eb6 (diff)
downloadgtk+-772c994fd08d02bd0eaab5e8adab0b14578a8a4b.tar.gz
examples: Simplify .ui files
Run gtk4-builder-tool recursively
Diffstat (limited to 'examples/builder.ui')
-rw-r--r--examples/builder.ui7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/builder.ui b/examples/builder.ui
index b9b5c2d145..eb4c60c866 100644
--- a/examples/builder.ui
+++ b/examples/builder.ui
@@ -1,13 +1,10 @@
<interface>
<object id="window" class="GtkWindow">
- <property name="visible">True</property>
<property name="title">Grid</property>
<child>
<object id="grid" class="GtkGrid">
- <property name="visible">True</property>
<child>
<object id="button1" class="GtkButton">
- <property name="visible">True</property>
<property name="label">Button 1</property>
</object>
<packing>
@@ -17,7 +14,6 @@
</child>
<child>
<object id="button2" class="GtkButton">
- <property name="visible">True</property>
<property name="label">Button 2</property>
</object>
<packing>
@@ -27,7 +23,6 @@
</child>
<child>
<object id="quit" class="GtkButton">
- <property name="visible">True</property>
<property name="label">Quit</property>
</object>
<packing>
@@ -37,8 +32,6 @@
</packing>
</child>
</object>
- <packing>
- </packing>
</child>
</object>
</interface>