[geary] Work around reply/reply-all bug in compact recipients



commit 78d1d483662775b45edd509cd9d5dea0347eb4b1
Author: Robert Schroll <rschroll gmail com>
Date:   Mon May 19 17:50:30 2014 -0700

    Work around reply/reply-all bug in compact recipients

 ui/composer.glade |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/ui/composer.glade b/ui/composer.glade
index 343eb9e..f6948af 100644
--- a/ui/composer.glade
+++ b/ui/composer.glade
@@ -194,15 +194,15 @@
           <object class="GtkBox" id="hidden_on_attachment_drag_over_child">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="margin_left">6</property>
+            <property name="margin_right">6</property>
+            <property name="margin_top">6</property>
             <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
               <object class="GtkBox" id="compact_recipients">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">6</property>
-                <property name="margin_right">6</property>
-                <property name="margin_top">6</property>
                 <property name="resize_mode">queue</property>
                 <child>
                   <object class="GtkButton" id="expand_button">
@@ -244,9 +244,6 @@
               <object class="GtkGrid" id="recipients">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">6</property>
-                <property name="margin_right">6</property>
-                <property name="margin_top">6</property>
                 <property name="row_spacing">6</property>
                 <property name="column_spacing">6</property>
                 <child>


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