diff options
Diffstat (limited to 'examples/application8')
-rw-r--r-- | examples/application8/window.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/application8/window.ui b/examples/application8/window.ui index 3681e1787e..e7935e55e2 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <interface> <template class="ExampleAppWindow" parent="GtkApplicationWindow"> <property name="title" translatable="yes">Example Application</property> @@ -18,7 +19,6 @@ <property name="sensitive">0</property> <property name="icon-name">edit-find-symbolic</property> </object> - <packing/> </child> <child type="end"> <object class="GtkMenuButton" id="gears"> @@ -27,7 +27,6 @@ <class name="image-button"/> </style> </object> - <packing/> </child> </object> </child> |