[geary/mjog/1193-conversation-buttons-resize-race] client: Fix conversation viewer actions visible when unfolded at startup



commit bdd252c100ed3238b84d6972fa6cc8e5f21cc4b4
Author: Michael Gratton <mike vee net>
Date:   Tue Apr 13 18:13:13 2021 +1000

    client: Fix conversation viewer actions visible when unfolded at startup
    
    Both leaflets are unfolded by default, and fold down if the window is
    too small, hence the conversation list's and viewer's action bar
    revealers must be hidden by default to match,

 ui/application-main-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/application-main-window.ui b/ui/application-main-window.ui
index 470362134..289c60131 100644
--- a/ui/application-main-window.ui
+++ b/ui/application-main-window.ui
@@ -101,7 +101,7 @@
                         <child>
                           <object class="GtkRevealer" id="conversation_list_actions_revealer">
                             <property name="visible">True</property>
-                            <property name="reveal-child">True</property>
+                            <property name="reveal-child">False</property>
                             <property name="transition_type">slide-up</property>
                             <child>
                               <object class="ComponentsConversationActions" id="conversation_list_actions">
@@ -149,7 +149,7 @@
                     <child>
                       <object class="GtkRevealer" id="conversation_viewer_actions_revealer">
                         <property name="visible">True</property>
-                        <property name="reveal-child">True</property>
+                        <property name="reveal-child">False</property>
                         <property name="transition_type">slide-up</property>
                         <child>
                           <object class="ComponentsConversationActions" id="conversation_viewer_actions">


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