[PATCH] Tweak borders on the filter UI.

Vratislav Podzimek vpodzime at redhat.com
Mon May 19 07:48:29 UTC 2014


On Fri, 2014-05-16 at 16:49 -0400, Chris Lumens wrote:
> (1) Remove borders from the search boxes at the top of the screen.  That
> was ugly.
> 
> (2) Add borders back to the big scrolled windows.  Having no borders around
> those looks especially weird.
> ---
>  pyanaconda/ui/gui/spokes/filter.glade | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/pyanaconda/ui/gui/spokes/filter.glade b/pyanaconda/ui/gui/spokes/filter.glade
> index 0fe014c..36bc432 100644
> --- a/pyanaconda/ui/gui/spokes/filter.glade
> +++ b/pyanaconda/ui/gui/spokes/filter.glade
> @@ -108,6 +108,7 @@
>                        <object class="GtkScrolledWindow" id="searchScrolledWindow">
>                          <property name="visible">True</property>
>                          <property name="can_focus">True</property>
> +                        <property name="shadow_type">in</property>
>                          <child>
>                            <object class="GtkViewport" id="viewport1">
>                              <property name="visible">True</property>
> @@ -171,6 +172,7 @@
>                                      <property name="can_focus">True</property>
>                                      <property name="hexpand">True</property>
>                                      <property name="show_tabs">False</property>
> +                                    <property name="show_border">False</property>
>                                      <child>
>                                        <object class="GtkLabel" id="label11">
>                                          <property name="visible">True</property>
> @@ -521,6 +523,7 @@
>                        <object class="GtkScrolledWindow" id="multipathScrolledWindow">
>                          <property name="visible">True</property>
>                          <property name="can_focus">True</property>
> +                        <property name="shadow_type">in</property>
>                          <child>
>                            <object class="GtkViewport" id="viewport2">
>                              <property name="visible">True</property>
> @@ -573,6 +576,7 @@
>                                      <property name="no_show_all">True</property>
>                                      <property name="hexpand">True</property>
>                                      <property name="show_tabs">False</property>
> +                                    <property name="show_border">False</property>
>                                      <child>
>                                        <object class="GtkLabel" id="label5">
>                                          <property name="visible">True</property>
> @@ -863,6 +867,7 @@
>                        <object class="GtkScrolledWindow" id="otherScrolledWindow">
>                          <property name="visible">True</property>
>                          <property name="can_focus">True</property>
> +                        <property name="shadow_type">in</property>
>                          <child>
>                            <object class="GtkViewport" id="viewport4">
>                              <property name="visible">True</property>
> @@ -915,6 +920,7 @@
>                                      <property name="no_show_all">True</property>
>                                      <property name="hexpand">True</property>
>                                      <property name="show_tabs">False</property>
> +                                    <property name="show_border">False</property>
>                                      <child>
>                                        <object class="GtkLabel" id="label8">
>                                          <property name="visible">True</property>
> @@ -1193,6 +1199,7 @@
>                        <object class="GtkScrolledWindow" id="zScrolledWindow">
>                          <property name="visible">True</property>
>                          <property name="can_focus">True</property>
> +                        <property name="shadow_type">in</property>
>                          <child>
>                            <object class="GtkViewport" id="viewport3">
>                              <property name="visible">True</property>
ACK.

-- 
Vratislav Podzimek

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




More information about the anaconda-patches mailing list