[baobab/wip/cdavis/fix-spinner-size] window: Make spinner 64x64




commit e4cb22d5c9baaf75b6d8e3452bbe689c3d81a3c0
Author: Christopher Davis <christopherdavis gnome org>
Date:   Tue Feb 15 13:49:31 2022 -0800

    window: Make spinner 64x64
    
    Closes https://gitlab.gnome.org/GNOME/baobab/-/issues/66

 data/ui/baobab-main-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/baobab-main-window.ui b/data/ui/baobab-main-window.ui
index 8062e29..9885a43 100644
--- a/data/ui/baobab-main-window.ui
+++ b/data/ui/baobab-main-window.ui
@@ -323,8 +323,8 @@
                           </child>
                           <child>
                             <object class="GtkSpinner" id="spinner">
-                              <property name="width_request">128</property>
-                              <property name="height_request">128</property>
+                              <property name="width_request">64</property>
+                              <property name="height_request">64</property>
                               <property name="halign">GTK_ALIGN_CENTER</property>
                               <property name="valign">GTK_ALIGN_CENTER</property>
                             </object>


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