projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08f2cb
)
sidebarrow: Remove useless size group
author
Timm Bäder
<mail@baedert.org>
Wed, 26 Apr 2017 09:37:58 +0000
(11:37 +0200)
committer
Daniel Boles
<dboles.src@gmail.com>
Mon, 22 May 2017 13:23:14 +0000
(14:23 +0100)
Nice try, but size groups don't work with invisible widgets anyway.
Invisible widgets request 0×0.
gtk/ui/gtksidebarrow.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtksidebarrow.ui
b/gtk/ui/gtksidebarrow.ui
index f275cdfc28870f4e3ced16c875481a2b1a160060..112c01afb61d29f7d89ad9ec1585cea5773d3f29 100644
(file)
--- a/
gtk/ui/gtksidebarrow.ui
+++ b/
gtk/ui/gtksidebarrow.ui
@@
-66,13
+66,4
@@
</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="icon_widget"/>
- </widgets>
- </object>
</interface>