diff options
author | Erik Bročko <[email protected]> | 2018-05-14 14:52:06 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2018-05-14 15:52:06 +0300 |
commit | acbde9510e9325b54a5508edbe19199917d44962 (patch) | |
tree | b0d55ac6a2e696a5c5ab200747f501a50fb3990a /capplets/mouse/mate-mouse-properties.ui | |
parent | 3d3bb8bb8db3f3e87abb6ba74718db9d9638c373 (diff) | |
download | mate-control-center-acbde9510e9325b54a5508edbe19199917d44962.tar.bz2 mate-control-center-acbde9510e9325b54a5508edbe19199917d44962.tar.xz |
mouse: add middle button emulation switch
Diffstat (limited to 'capplets/mouse/mate-mouse-properties.ui')
-rw-r--r-- | capplets/mouse/mate-mouse-properties.ui | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/capplets/mouse/mate-mouse-properties.ui b/capplets/mouse/mate-mouse-properties.ui index 79214d10..aea5fcc2 100644 --- a/capplets/mouse/mate-mouse-properties.ui +++ b/capplets/mouse/mate-mouse-properties.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.22.1 --> <interface> <requires lib="gtk+" version="3.14"/> <!-- interface-license-type gplv2 --> @@ -57,6 +57,9 @@ <property name="default_width">500</property> <property name="default_height">550</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="visible">True</property> @@ -221,7 +224,7 @@ <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="halign">start</property> - <property name="label" translatable="yes">Locate Pointer</property> + <property name="label" translatable="yes">General</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -258,6 +261,32 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkAlignment" id="alignment19"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="top_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkCheckButton" id="middle_button_emulation_toggle"> + <property name="label" translatable="yes">Emulate middle button through simultaneous left and right click</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |