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




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