GNOME Bugzilla – Bug 690174
workspaces-view: make sure to add spacing between view and controls
Last modified: 2012-12-15 19:15:18 UTC
This is a regression spotted by Allan from the "overview as boxlayouts" commit.
Created attachment 231503 [details] [review] workspaces-view: make sure to add spacing between view and controls The thumbnail controls are not a separate actor in the overview group yet, so we need to ensure a spacing between them and the workspaces view. Instead of exporting the overview spacing, just add a temporary style class to the workspaces-view actor for it. It will be removed in the future when we change the layout of overview elements.
Opps, I have filed bug 690171 for this, with a different patch...
Created attachment 231524 [details] [review] message-tray: use a style class for summary-mode actor We want to use the same style class for the message tray ghost.
Created attachment 231525 [details] [review] overview: don't clone the whole message tray when layouting The message tray actor also includes notifications themselves. We want our ghost to be sized as the base part of the tray instead. Just make sure to use the same style class as the base actor then, as its height is specified by the CSS.
Another couple of regression fixes from "overview as boxlayouts".
Review of attachment 231524 [details] [review]: OK
Review of attachment 231525 [details] [review]: Sure.
Wow, a human race condition!
Attachment 231524 [details] pushed as bdf0a6f - message-tray: use a style class for summary-mode actor Attachment 231525 [details] pushed as e89ce73 - overview: don't clone the whole message tray when layouting Thanks, keeping it open for the last patch.
Review of attachment 231503 [details] [review]: Ok, let's do this.
Attachment 231503 [details] pushed as a0e340f - workspaces-view: make sure to add spacing between view and controls Thanks Giovanni!