changed a few instances of can_focus from false to true on some controlls, allowing screen readers to interact with them.

This commit is contained in:
kendell clark 2014-11-21 02:06:30 -06:00
parent bdb1c679d8
commit 9fdd6eb174
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="show_text">True</property>
<property name="ellipsize">end</property>
</object>

View File

@ -38,7 +38,7 @@
<child>
<object class="GtkTreeView" id="updates_treeview">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="vexpand">True</property>
<property name="headers_visible">False</property>
<property name="headers_clickable">False</property>