Work around reply/reply-all bug in compact recipients

This commit is contained in:
Robert Schroll 2014-05-19 17:50:30 -07:00 committed by Jim Nelson
parent ccf0b0ad18
commit 78d1d48366

View file

@ -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>