diff options
Diffstat (limited to 'gtk/ui/gtksidebarrow.ui')
-rw-r--r-- | gtk/ui/gtksidebarrow.ui | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui index 66b23ba920..39bff56046 100644 --- a/gtk/ui/gtksidebarrow.ui +++ b/gtk/ui/gtksidebarrow.ui @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface domain="gtk30"> <template class="GtkSidebarRow" parent="GtkListBoxRow"> - <property name="visible">True</property> <property name="margin-top">1</property> <property name="margin-bottom">1</property> <style> @@ -9,7 +8,6 @@ </style> <child> <object class="GtkRevealer" id="revealer"> - <property name="visible">1</property> <property name="reveal-child">1</property> <signal name="notify::child-revealed" handler="on_child_revealed"/> <style> @@ -17,13 +15,10 @@ </style> <child> <object class="GtkEventBox" id="event_box"> - <property name="visible">1</property> <child> <object class="GtkBox"> - <property name="visible">1</property> <child> <object class="GtkImage" id="icon_widget"> - <property name="visible">1</property> <style> <class name="sidebar-icon"/> </style> @@ -31,7 +26,6 @@ </child> <child> <object class="GtkLabel" id="label_widget"> - <property name="visible">1</property> <property name="hexpand">1</property> <property name="xalign">0</property> <style> @@ -41,7 +35,6 @@ </child> <child> <object class="GtkButton" id="eject_button"> - <property name="visible">1</property> <property name="halign">center</property> <property name="valign">center</property> <property name="margin-start">4px</property> |