[gnome-maps/wip/mlundblad/smaller-spinners: 3/3] placeView: Make the load spinner not fill all space




commit 776f4fedcb40b7a6922e10ed07902df39db0befb
Author: Marcus Lundblad <ml dfupdate se>
Date:   Mon Aug 29 22:50:22 2022 +0200

    placeView: Make the load spinner not fill all space

 data/ui/place-view.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/place-view.ui b/data/ui/place-view.ui
index c521baf4..ae5fa880 100644
--- a/data/ui/place-view.ui
+++ b/data/ui/place-view.ui
@@ -96,7 +96,10 @@
     </child>
     <child>
       <object class="GtkSpinner" id="bubble-spinner">
-        <property name="spinning">False</property>
+        <property name="spinning">True</property>
+        <property name="height-request">32</property>
+        <property name="width-request">32</property>
+        <property name="halign">GTK_ALIGN_CENTER</property>
       </object>
     </child>
   </object>


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