diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-09-09 16:50:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-09-12 11:24:36 -0400 |
commit | a53163366017937b82167fd2976a623e612964f0 (patch) | |
tree | 429c8bb1078b689bce9e84f7900f7981c0e58c8e /gtk/ui/gtkcombobox.ui | |
parent | 3c247f20eaf61ed69aba6ed529f62ba083dbfc05 (diff) | |
download | gtk+-a53163366017937b82167fd2976a623e612964f0.tar.gz |
Run gtk-builder-tool simplify over all templates
Diffstat (limited to 'gtk/ui/gtkcombobox.ui')
-rw-r--r-- | gtk/ui/gtkcombobox.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/ui/gtkcombobox.ui b/gtk/ui/gtkcombobox.ui index c16bbdf2e7..90ae27b386 100644 --- a/gtk/ui/gtkcombobox.ui +++ b/gtk/ui/gtkcombobox.ui @@ -4,18 +4,17 @@ <template class="GtkComboBox" parent="GtkBin"> <child> <object class="GtkToggleButton" id="button"> - <property name="visible">True</property> - <property name="focus-on-click">True</property> + <property name="visible">1</property> <signal name="toggled" handler="gtk_combo_box_button_toggled" swapped="no"/> <style> <class name="the-button-in-the-combobox"/> </style> <child> <object class="GtkBox"> - <property name="visible">True</property> + <property name="visible">1</property> <child> <object class="GtkImage" id="arrow"> - <property name="visible">True</property> + <property name="visible">1</property> <property name="icon-name">pan-down-symbolic</property> </object> <packing> |