screen: Make notification checkbox focusable
This was certainly just an oversight, but it makes the checkbox essentially nonaccessible.
This commit is contained in:
parent
539d78cb63
commit
1db660c410
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@
|
|||
<child>
|
||||
<object class="GtkCheckButton" id="show_notifications_check">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Show _notifications when locked</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue