GNOME Bugzilla – Bug 702059
Use a headerbar
Last modified: 2014-02-25 04:51:18 UTC
This brings the layout much closer to the design.
Created attachment 246588 [details] [review] Use a headerbar
Review of attachment 246588 [details] [review]: ::: gnome-initial-setup/gis-assistant.c @@ +472,3 @@ gtk_widget_show (widget); + gtk_header_bar_pack_start (GTK_HEADER_BAR (priv->titlebar), priv->cancel); Can't "navigation" and the GisCenterContainer be removed now? ::: gnome-initial-setup/gis-driver.c @@ -100,3 @@ -{ - GisDriverPrivate *priv = driver->priv; - gtk_window_set_title (priv->main_window, gis_assistant_get_title (assistant)); You should probably keep the window title setting as well so it shows up nicely in the overview and alt-tab.
The other thing I didn't think about is whether Intel can use this, because it looks like they're staying with GTK+ 3.8.
Yeah, we wouldn't want this I'm afraid, could you stick it in a branch? or make a 3.8 branch?
given that we are staying with 3.8 as well, a branch might indeed be advised
we do use a headerbar now