Fix attachments UI not ever being displayed.

* src/client/components/client-web-view.vala (ClientWebView): Make
  has_valid_height a GObject property so we can get notified about it
  changing.

* src/client/conversation-viewer/conversation-email.vala
  (ConversationEmail::connect_message_view_signals): Fixed to listen to
  has-valid-height changing rather than the old WK1 load-status property.

* ui/conversation-message.ui: Set body_container orientation to vertical
  so adding the attachments widget works as expected.
This commit is contained in:
Michael James Gratton 2017-01-04 01:52:57 +11:00
parent 636e514cda
commit 6171ff2ebd
4 changed files with 3 additions and 4 deletions

View file

@ -601,6 +601,7 @@
<object class="GtkGrid" id="body_container">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<style>
<class name="geary-message-body"/>
</style>