[gnome-software] Reduce the spinner sizes to 32px



commit 219aa4ab8b96ff50cc31819dd47317e898c81502
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Jul 7 11:32:32 2014 +0200

    Reduce the spinner sizes to 32px
    
    Latest GTK+ only supports spinners up to 32px; if we request a larger
    size it just gets used as padding and messes up the layout.
    
    We could however create a custom spinner (with a custom rotating image,
    should be rather easy) if the designers think it's better to have a
    larger spinner.

 src/gs-shell-details.ui   |    4 ++--
 src/gs-shell-installed.ui |    4 ++--
 src/gs-shell-search.ui    |    4 ++--
 src/gs-shell-updates.ui   |    4 ++--
 src/gs-sources-dialog.ui  |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/gs-shell-details.ui b/src/gs-shell-details.ui
index 8040a14..ee53a1a 100644
--- a/src/gs-shell-details.ui
+++ b/src/gs-shell-details.ui
@@ -25,8 +25,8 @@
             <child>
               <object class="GtkSpinner" id="spinner_details">
                 <property name="visible">True</property>
-                <property name="width_request">128</property>
-                <property name="height_request">128</property>
+                <property name="width_request">32</property>
+                <property name="height_request">32</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="hexpand">True</property>
diff --git a/src/gs-shell-installed.ui b/src/gs-shell-installed.ui
index 189a149..f4f4f15 100644
--- a/src/gs-shell-installed.ui
+++ b/src/gs-shell-installed.ui
@@ -13,8 +13,8 @@
         <child>
           <object class="GtkSpinner" id="spinner_install">
             <property name="visible">True</property>
-            <property name="width_request">128</property>
-            <property name="height_request">128</property>
+            <property name="width_request">32</property>
+            <property name="height_request">32</property>
             <property name="halign">center</property>
             <property name="valign">center</property>
             <property name="hexpand">True</property>
diff --git a/src/gs-shell-search.ui b/src/gs-shell-search.ui
index 73f6448..59a6537 100644
--- a/src/gs-shell-search.ui
+++ b/src/gs-shell-search.ui
@@ -13,8 +13,8 @@
         <child>
           <object class="GtkSpinner" id="spinner_search">
             <property name="visible">True</property>
-            <property name="width_request">128</property>
-            <property name="height_request">128</property>
+            <property name="width_request">32</property>
+            <property name="height_request">32</property>
             <property name="halign">center</property>
             <property name="valign">center</property>
           </object>
diff --git a/src/gs-shell-updates.ui b/src/gs-shell-updates.ui
index 6364e28..3fefe8d 100644
--- a/src/gs-shell-updates.ui
+++ b/src/gs-shell-updates.ui
@@ -25,8 +25,8 @@
             <child>
               <object class="GtkSpinner" id="spinner_updates">
                 <property name="visible">True</property>
-                <property name="width_request">128</property>
-                <property name="height_request">128</property>
+                <property name="width_request">32</property>
+                <property name="height_request">32</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="hexpand">True</property>
diff --git a/src/gs-sources-dialog.ui b/src/gs-sources-dialog.ui
index 6dcca32..171dd59 100644
--- a/src/gs-sources-dialog.ui
+++ b/src/gs-sources-dialog.ui
@@ -63,8 +63,8 @@
             <child>
               <object class="GtkSpinner" id="spinner">
                 <property name="visible">True</property>
-                <property name="width_request">128</property>
-                <property name="height_request">128</property>
+                <property name="width_request">32</property>
+                <property name="height_request">32</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="hexpand">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]