diff --git a/panels/mouse/cc-mouse-panel.c b/panels/mouse/cc-mouse-panel.c index 2f545e692..ddf3fc1a8 100644 --- a/panels/mouse/cc-mouse-panel.c +++ b/panels/mouse/cc-mouse-panel.c @@ -231,9 +231,6 @@ setup_dialog (CcMousePanel *self) self->mouse_natural_scrolling_switch, "active", G_SETTINGS_BIND_DEFAULT); - gtk_list_box_set_header_func (self->general_listbox, cc_list_box_update_header_func, NULL, NULL); - gtk_list_box_set_header_func (self->touchpad_listbox, cc_list_box_update_header_func, NULL, NULL); - /* Mouse section */ gtk_widget_set_visible (GTK_WIDGET (self->mouse_frame), self->have_mouse); @@ -241,8 +238,6 @@ setup_dialog (CcMousePanel *self) gtk_range_get_adjustment (GTK_RANGE (self->mouse_speed_scale)), "value", G_SETTINGS_BIND_DEFAULT); - gtk_list_box_set_header_func (self->mouse_listbox, cc_list_box_update_header_func, NULL, NULL); - /* Touchpad section */ gtk_widget_set_visible (GTK_WIDGET (self->touchpad_toggle_switch), show_touchpad_enabling_switch (self)); diff --git a/panels/mouse/cc-mouse-panel.ui b/panels/mouse/cc-mouse-panel.ui index 4a6e9d555..883666361 100644 --- a/panels/mouse/cc-mouse-panel.ui +++ b/panels/mouse/cc-mouse-panel.ui @@ -42,63 +42,59 @@ - + True - False - in + True + none + - + True True - none + false + Primary Button + Sets the order of physical buttons on mice and touchpads. + 0 - + True - True - false - Primary Button - Sets the order of physical buttons on mice and touchpads. - 0 + False + 2 + 16 + 20 + 20 + 12 + 12 - + True False - 2 - 16 - 20 - 20 - 12 - 12 + center + True + - + True - False - center - True - - - - True - True - True - Left - False - 35 - - - - - True - True - True - Right - False - primary_button_left - 35 - - + True + True + Left + False + 35 + + + + + True + True + True + Right + False + primary_button_left + 35 @@ -131,54 +127,50 @@ - + True - False - in + True + none + - + True True - none + false + Mouse Speed - + True True - false - Mouse Speed - - - True - True - mouse_speed_adjustment - False - 300 - end - True - - - Double-click timeout - - + mouse_speed_adjustment + False + 300 + end + True + + + Double-click timeout + + + + + True + True + false + Natural Scrolling + Scrolling moves the content, not the view. - + True True - false - Natural Scrolling - Scrolling moves the content, not the view. - - - True - True - end - center - - + end + center @@ -206,131 +198,120 @@ - + True - False - in + True + none + - + True - False - vertical + True + false + Touchpad - + True True - none - - - True - True - false - Touchpad - - - True - True - end - center - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - - - - - - True - True - false - Natural Scrolling - Scrolling moves the content, not the view. - - - True - True - end - center - - - - - - - True - True - false - Touchpad Speed - - - True - True - touchpad_speed_adjustment - False - True - end - - - Double-click timeout - - - - - - - - - False - True - false - Tap to Click - - - True - True - end - center - - - - - - - False - True - false - Two-finger Scrolling - - - True - True - end - center - - - - - - - - False - True - false - Edge Scrolling - - - True - True - end - center - - - + end + center + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + + + + + + + True + True + false + Natural Scrolling + Scrolling moves the content, not the view. + + + True + True + end + center + + + + + + + True + True + false + Touchpad Speed + + + True + True + touchpad_speed_adjustment + False + True + end + + + Double-click timeout + + + False + True + false + Tap to Click + + + True + True + end + center + + + + + + + False + True + false + Two-finger Scrolling + + + True + True + end + center + + + + + + + + False + True + false + Edge Scrolling + + + True + True + end + center + + + + +