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:
parent
f1fdfd9f2c
commit
360e5a094c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue