diff options
author | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-05-07 22:12:09 +0530 |
---|---|---|
committer | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-05-07 22:30:40 +0530 |
commit | 772c994fd08d02bd0eaab5e8adab0b14578a8a4b (patch) | |
tree | e46e1acfb60f318317f72a57cbca3bd0d41dc0c8 /examples/application5 | |
parent | c5976fed9a570ee9b3e39d873f609fa200334eb6 (diff) | |
download | gtk+-772c994fd08d02bd0eaab5e8adab0b14578a8a4b.tar.gz |
examples: Simplify .ui files
Run gtk4-builder-tool recursively
Diffstat (limited to 'examples/application5')
-rw-r--r-- | examples/application5/window.ui | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/application5/window.ui b/examples/application5/window.ui index d90c3f618c..03fe6d1e05 100644 --- a/examples/application5/window.ui +++ b/examples/application5/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> |