[PATCH 1/2] Network spoke: add hostname setting (#856456)

Chris Lumens clumens at redhat.com
Mon Dec 17 20:16:59 UTC 2012


> diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
> index 27afea8..d8af275 100644
> --- a/pyanaconda/ui/gui/spokes/network.glade
> +++ b/pyanaconda/ui/gui/spokes/network.glade
> @@ -121,11 +121,11 @@ updates available for you.</property>
>          </child>
>          <child internal-child="alignment">
>            <object class="GtkAlignment" id="AnacondaSpokeWindow-alignment1">
> -            <property name="margin_top">12</property>
>              <property name="can_focus">False</property>
> +            <property name="margin_top">12</property>
>              <property name="yalign">0</property>
> -            <property name="xscale">1</property>
> -            <property name="yscale">1</property>
> +            <property name="xscale">0</property>
> +            <property name="yscale">0.5</property>
>              <property name="bottom_padding">48</property>
>              <property name="left_padding">24</property>
>              <property name="right_padding">24</property>

Unless you changed these numbers on purpose, you almost certainly do not
want to make this change.

- Chris


More information about the anaconda-patches mailing list