sidebarrow: Remove useless size group
Nice try, but size groups don't work with invisible widgets anyway. Invisible widgets request 0×0.
This commit is contained in:
@ -66,13 +66,4 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</template>
|
</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="icon_widget"/>
|
|
||||||
</widgets>
|
|
||||||
</object>
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|||||||
Reference in New Issue
Block a user