GNOME Bugzilla – Bug 754614
Operations popover is too high for no reason
Last modified: 2016-08-29 08:04:00 UTC
Created attachment 310718 [details] annotated screenshot exhibiting the issue As you can see on attached screenshot, there's a big empty area that looks weird.
It's a fixed height - regardless of how may operations there are, it'll always be the same height. Personally I like that it's a consistent size, but I can see how it can be a bit annoying, being larger than it needs to be - as it's obscuring the content below.
The problem is that we cannot set a max-height in a gtk+ window. Therefore we need to set a specific height, which sadly makes the window always the same size.
Created attachment 334313 [details] [review] nautilus-toolbar: use max-content-height
Review of attachment 334313 [details] [review]: oh yeah I forgot about this, thanks Alessandro!
Attachment 334313 [details] pushed as 5fa030f - nautilus-toolbar: use max-content-height