[PATCH] Indicate nothing will happen until "Begin Installation" is clicked (#883195).

Vratislav Podzimek vpodzime at redhat.com
Thu Jan 24 10:01:33 UTC 2013


On Wed, 2013-01-23 at 14:21 -0500, Chris Lumens wrote:
> ---
>  pyanaconda/ui/gui/hubs/summary.glade | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/pyanaconda/ui/gui/hubs/summary.glade b/pyanaconda/ui/gui/hubs/summary.glade
> index 36b7aef..f812037 100644
> --- a/pyanaconda/ui/gui/hubs/summary.glade
> +++ b/pyanaconda/ui/gui/hubs/summary.glade
> @@ -114,6 +114,23 @@
>              <property name="position">2</property>
>            </packing>
>          </child>
> +        <child>
> +          <object class="GtkLabel" id="label1">
> +            <property name="visible">True</property>
> +            <property name="can_focus">False</property>
> +            <property name="xalign">1</property>
> +            <property name="label" translatable="yes">We won't touch your disks until you hit this button.</property>
> +            <attributes>
> +              <attribute name="font-desc" value="Cantarell Italic"/>
> +              <attribute name="foreground" value="grey"/>
> +            </attributes>
> +          </object>
> +          <packing>
> +            <property name="expand">False</property>
> +            <property name="fill">True</property>
> +            <property name="position">3</property>
> +          </packing>
> +        </child>
>        </object>
>      </child>
>    </object>
Looking at the Summary hub with this patch applied [1] I think the label
should have the same margin on the right as the button and it should
probably be closer to the button.

[1] http://vpodzime.fedorapeople.org/no_action_indication.png

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list