sidebarrow: Remove useless size group
authorTimm Bäder <mail@baedert.org>
Wed, 26 Apr 2017 09:37:58 +0000 (11:37 +0200)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 4 Sep 2017 21:33:24 +0000 (22:33 +0100)
Nice try, but size groups don't work with invisible widgets anyway.
Invisible widgets request 0×0.

[reapplying after accidental reintroduction in the cloudproviders patch;
see https://bugzilla.gnome.org/show_bug.cgi?id=786123#c39]

gtk/ui/gtksidebarrow.ui

index 4cbcd9001c62e4cd4f70468f5442f32d25ed5845..3cb69478575617e619fe410852789e5dcaa3b0e4 100644 (file)
       </object>
     </child>
   </template>
-  <!-- We need it to not make the row smaller when the eject button is hidden -->
-  <object class="GtkSizeGroup">
-    <property name="mode">vertical</property>
-    <widgets>
-      <widget name="eject_button"/>
-      <widget name="label_widget"/>
-      <widget name="start_icon_widget"/>
-      <widget name="end_icon_widget"/>
-    </widgets>
-  </object>
 </interface>