summaryrefslogtreecommitdiff
path: root/gtk/ui/gtksearchbar.ui
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-01-22 14:37:56 +0100
committerTimm Bäder <mail@baedert.org>2017-01-22 14:38:21 +0100
commit56a58655feeb6b700d243f98bc272cf967e38cf9 (patch)
tree30c6e9ebdd9f01570dcc4af03850c60dba459eb8 /gtk/ui/gtksearchbar.ui
parentdc904ffaf92132fdaa956340349c95fb5f7ebcfa (diff)
downloadgtk+-56a58655feeb6b700d243f98bc272cf967e38cf9.tar.gz
Remove unnecessary gtk_widget_show calls
Diffstat (limited to 'gtk/ui/gtksearchbar.ui')
-rw-r--r--gtk/ui/gtksearchbar.ui6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/ui/gtksearchbar.ui b/gtk/ui/gtksearchbar.ui
index 05dde48fd8..7624ae2d73 100644
--- a/gtk/ui/gtksearchbar.ui
+++ b/gtk/ui/gtksearchbar.ui
@@ -4,16 +4,13 @@
<template class="GtkSearchBar" parent="GtkBin">
<child>
<object class="GtkRevealer" id="revealer">
- <property name="visible">1</property>
<property name="hexpand">1</property>
<child>
<object class="GtkBox" id="tool_box">
- <property name="visible">1</property>
<property name="spacing">6</property>
<property name="margin">6</property>
<child>
<object class="GtkBox" id="box_left">
- <property name="visible">1</property>
<property name="halign">start</property>
<property name="hexpand">1</property>
<property name="orientation">vertical</property>
@@ -24,7 +21,6 @@
</child>
<child>
<object class="GtkBox" id="box_center">
- <property name="visible">1</property>
<property name="halign">center</property>
<property name="orientation">vertical</property>
</object>
@@ -34,7 +30,6 @@
</child>
<child>
<object class="GtkBox" id="box_right">
- <property name="visible">1</property>
<property name="halign">end</property>
<property name="hexpand">1</property>
<property name="orientation">vertical</property>
@@ -49,7 +44,6 @@
</style>
<child>
<object class="GtkImage" id="close_image">
- <property name="visible">1</property>
<property name="icon-size">1</property>
<property name="icon-name">window-close-symbolic</property>
</object>