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




commit eb9cdb0c383ebf076d0c76956362d3e91aff5c9a
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]