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:
parent
636e514cda
commit
6171ff2ebd
4 changed files with 3 additions and 4 deletions
|
|
@ -113,13 +113,11 @@
|
|||
<property name="name">box</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkSeparator">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue