universal-access: Disable hover on non-clickable rows
https://bugzilla.gnome.org/show_bug.cgi?id=733264
This commit is contained in:
parent
f325d6cc36
commit
19f9bf95dc
1 changed files with 8 additions and 0 deletions
|
@ -97,6 +97,8 @@
|
|||
<object class="GtkListBoxRow" id="row_highcontrast">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="activatable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box_highcontrast">
|
||||
<property name="visible">True</property>
|
||||
|
@ -142,6 +144,8 @@
|
|||
<object class="GtkListBoxRow" id="row_large_text">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="activatable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box_large_text">
|
||||
<property name="visible">True</property>
|
||||
|
@ -480,6 +484,8 @@
|
|||
<object class="GtkListBoxRow" id="row_screen_keyboard">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="activatable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box_screen_keyboard">
|
||||
<property name="visible">True</property>
|
||||
|
@ -625,6 +631,8 @@
|
|||
<object class="GtkListBoxRow" id="row_mouse_keys">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="activatable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box_mouse_keys">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue