Make copying a message subject much more likely to work. Bug 788494.

* ui/conversation-message.ui: Make subject label focusable so if clicked
  on, its default keyboard bindings will Just Work.
This commit is contained in:
Michael James Gratton 2018-02-05 22:30:36 +11:00 committed by Michael Gratton
parent f1fdfd9f2c
commit 360e5a094c

View file

@ -286,7 +286,7 @@
<child>
<object class="GtkLabel" id="subject">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Subject</property>