welcome view: hide RingID at the bottom

We do not need to show the RingID at the bottom of the main
window when the welcome view is visible since it already shows
the RingID.

Issue: #80846
Change-Id: I9df9f896d2e809972cfbd2eae42ed726405ccd65
diff --git a/ui/ringmainwindow.ui b/ui/ringmainwindow.ui
index adfffff..c886430 100644
--- a/ui/ringmainwindow.ui
+++ b/ui/ringmainwindow.ui
@@ -273,7 +273,7 @@
             <!-- ring hash location -->
             <child>
               <object class="GtkBox" id="hbox_ring_hash">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="orientation">horizontal</property>
                 <property name="margin_left">10</property>
@@ -281,6 +281,7 @@
                 <property name="margin_top">10</property>
                 <property name="margin_bottom">5</property>
                 <property name="halign">center</property>
+                <property name="no-show-all">True</property>
                 <child>
                   <object class="GtkLabel" id="label_your_ring_id">
                     <property name="visible">True</property>