[PATCH 1/4] Another attempt at fixing the squished screen bug (#849211).

Vratislav Podzimek vpodzime at redhat.com
Wed Oct 10 19:37:59 UTC 2012


These all look good to me.


On Wed, 2012-10-10 at 15:19 -0400, y at redhat.com wrote:
> From: Chris Lumens <clumens at redhat.com>
> 
> This doesn't fix the redraw-related size problem.  I think that might just
> be an artifact of not using a compositing manager.  This merely attempts to
> fix it so we don't display a spoke entirely smashed up in the upper left
> corner of the screen.
> ---
>  widgets/src/BaseWindow.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/widgets/src/BaseWindow.c b/widgets/src/BaseWindow.c
> index bc212e3..dd7d41f 100644
> --- a/widgets/src/BaseWindow.c
> +++ b/widgets/src/BaseWindow.c
> @@ -194,6 +194,7 @@ static void anaconda_base_window_init(AnacondaBaseWindow *win) {
>      /* Set properties on the parent (Gtk.Window) class. */
>      gtk_window_set_decorated(GTK_WINDOW(win), FALSE);
>      gtk_window_maximize(GTK_WINDOW(win));
> +    g_object_set(win, "expand", TRUE, NULL);
>      gtk_container_set_border_width(GTK_CONTAINER(win), 0);
>  
>      /* First, construct a top-level box that everything will go in.  Remember

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list