[PATCH 1/2] Fix two minor things on the source spoke.
Vratislav Podzimek
vpodzime at redhat.com
Fri Sep 5 07:13:54 UTC 2014
On Thu, 2014-09-04 at 15:11 -0400, Chris Lumens wrote:
> (1) Add row padding to the additional repo grid. I think this is the only one
> in anaconda that was lacking.
>
> (2) Add colons to the labels in the proxy dialog. Again, I think these were
> the only ones lacking.
> ---
> pyanaconda/ui/gui/spokes/source.glade | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/pyanaconda/ui/gui/spokes/source.glade b/pyanaconda/ui/gui/spokes/source.glade
> index d3580c3..1abdcf1 100644
> --- a/pyanaconda/ui/gui/spokes/source.glade
> +++ b/pyanaconda/ui/gui/spokes/source.glade
> @@ -299,7 +299,7 @@
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> <property name="xalign">0</property>
> - <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">_Proxy URL</property>
> + <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">_Proxy URL:</property>
> <property name="use_underline">True</property>
> <property name="mnemonic_widget">proxyURLEntry</property>
> <attributes>
> @@ -375,7 +375,7 @@
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> <property name="xalign">0</property>
> - <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">User _name</property>
> + <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">User _name:</property>
> <property name="use_underline">True</property>
> <property name="mnemonic_widget">proxyUsernameEntry</property>
> <attributes>
> @@ -392,7 +392,7 @@
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> <property name="xalign">0</property>
> - <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">Pass_word</property>
> + <property name="label" translatable="yes" context="GUI|Software Source|Proxy Dialog">Pass_word:</property>
> <property name="use_underline">True</property>
> <property name="mnemonic_widget">proxyPasswordEntry</property>
> <attributes>
> @@ -1068,6 +1068,7 @@
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> <property name="hexpand">True</property>
> + <property name="row_spacing">6</property>
> <property name="column_spacing">6</property>
> <child>
> <object class="GtkEntry" id="repoUrlEntry">
Both look good to me, ACK.
--
Vratislav Podzimek
Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic
More information about the anaconda-patches
mailing list