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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user