After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770694 - Main layout broken with gtk+ master
Main layout broken with gtk+ master
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: Disks UI
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2016-09-01 06:45 UTC by Christoph Reiter (lazka)
Modified: 2016-09-01 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix main layout with GTK+ 3.22 (708 bytes, patch)
2016-09-01 13:11 UTC, Michael Catanzaro
committed Details | Review

Description Christoph Reiter (lazka) 2016-09-01 06:45:45 UTC
This is some fallout from bug 769162

The hierarchy looks like this: GduWindow>GtkBox>GtkPaned. The expand child property for GtkBox>GtkPaned needs to be set to fix this.

I can look into providing a patch if wanted.
Comment 1 Michael Catanzaro 2016-09-01 12:47:42 UTC
(In reply to Christoph Reiter (lazka) from comment #0)
> This is some fallout from bug 769162
> 
> The hierarchy looks like this: GduWindow>GtkBox>GtkPaned. The expand child
> property for GtkBox>GtkPaned needs to be set to fix this.
> 
> I can look into providing a patch if wanted.

That'd be great, thanks!
Comment 2 Michael Catanzaro 2016-09-01 13:11:45 UTC
Nevermind, this was easy. Thanks for debugging!

The following fix has been pushed:
dad43fe Fix main layout with GTK+ 3.22
Comment 3 Michael Catanzaro 2016-09-01 13:11:48 UTC
Created attachment 334603 [details] [review]
Fix main layout with GTK+ 3.22
Comment 4 Christoph Reiter (lazka) 2016-09-01 13:39:38 UTC
Thanks!