messagedialog: Respect the gtk-keynav-use-caret setting

We used to always make the labels in message dialogs selectable,
which is a bit problematic wrt. to keynav - the label can
unexpectedly 'turn blue', which irritates some people.

With the new gtk-keynav-use-caret setting, we can now only
make the labels selectable when it is required for accessibilty
reasons.
This commit is contained in:
Matthias Clasen
2016-03-04 22:39:31 -05:00
parent d8dee2952a
commit 92662828ba
2 changed files with 7 additions and 2 deletions

View File

@ -33,7 +33,6 @@
<property name="halign">center</property>
<property name="valign">start</property>
<property name="wrap">1</property>
<property name="selectable">1</property>
<property name="max-width-chars">60</property>
</object>
<packing>
@ -47,7 +46,6 @@
<property name="halign">center</property>
<property name="valign">start</property>
<property name="wrap">1</property>
<property name="selectable">1</property>
<property name="max-width-chars">60</property>
</object>
<packing>