[gnome-maps/wip/mlundblad/osm-oauth2: 1/2] osmAccountDialog: Hide the sing-in spinner initially




commit 67ef695500057efb43739a002efa3861624dc38e
Author: Marcus Lundblad <ml dfupdate se>
Date:   Sun Aug 21 09:53:03 2022 +0200

    osmAccountDialog: Hide the sing-in spinner initially
    
    The spinner should only be shown when the user clicks
    "Sign in". In GTK4 widgets would be visible by default.
    So explicitly set it as non-visible and let the code
    show it when it's supposed to appear.

 data/ui/osm-account-dialog.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/osm-account-dialog.ui b/data/ui/osm-account-dialog.ui
index 31d636ee..138879e8 100644
--- a/data/ui/osm-account-dialog.ui
+++ b/data/ui/osm-account-dialog.ui
@@ -69,6 +69,7 @@ Then fill in the obtained verification code here in the next step.</property>
                         <property name="spinning">True</property>
                         <property name="halign">end</property>
                         <property name="hexpand">1</property>
+                        <property name="visible">False</property>
                         <layout>
                           <property name="column">0</property>
                           <property name="row">3</property>


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