universal-access: hide "Option" buttons that don't have any implementation
This commit is contained in:
parent
f629b13206
commit
222103be38
1 changed files with 1 additions and 3 deletions
|
@ -627,7 +627,6 @@
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="seeing_zoom_preferences_button">
|
<object class="GtkButton" id="seeing_zoom_preferences_button">
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<child>
|
<child>
|
||||||
|
@ -2671,8 +2670,6 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="pointing_hover_click_settings_button">
|
<object class="GtkButton" id="pointing_hover_click_settings_button">
|
||||||
<property name="label" translatable="yes">Options...</property>
|
<property name="label" translatable="yes">Options...</property>
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="sensitive">False</property>
|
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
</object>
|
</object>
|
||||||
|
@ -3048,6 +3045,7 @@
|
||||||
</widgets>
|
</widgets>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkSizeGroup" id="sizegroup1">
|
<object class="GtkSizeGroup" id="sizegroup1">
|
||||||
|
<property name="ignore_hidden">True</property>
|
||||||
<widgets>
|
<widgets>
|
||||||
<widget name="pointing_hover_click_settings_button"/>
|
<widget name="pointing_hover_click_settings_button"/>
|
||||||
<widget name="pointing_secondary_click_spacer_label"/>
|
<widget name="pointing_secondary_click_spacer_label"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue