diff options
author | Patrick Monnerat <[email protected]> | 2017-07-02 16:34:11 +0100 |
---|---|---|
committer | Patrick Monnerat <[email protected]> | 2017-07-02 16:34:11 +0100 |
commit | ba301f8dd803bbcb6d2923e54e4bc465931babbb (patch) | |
tree | 89b5260131852727b7df534d9322ded86c44767f /capplets/mouse/mate-mouse-properties.ui | |
parent | dd8c5637b241285750a29bdba29a96814f013013 (diff) | |
download | mate-control-center-ba301f8dd803bbcb6d2923e54e4bc465931babbb.tar.bz2 mate-control-center-ba301f8dd803bbcb6d2923e54e4bc465931babbb.tar.xz |
mouse: warn about enabling multi-finger emulation
libinput disables software buttons when clickfinger is enabled.
Diffstat (limited to 'capplets/mouse/mate-mouse-properties.ui')
-rw-r--r-- | capplets/mouse/mate-mouse-properties.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/capplets/mouse/mate-mouse-properties.ui b/capplets/mouse/mate-mouse-properties.ui index a1f068a1..79214d10 100644 --- a/capplets/mouse/mate-mouse-properties.ui +++ b/capplets/mouse/mate-mouse-properties.ui @@ -1008,6 +1008,25 @@ <property name="position">3</property> </packing> </child> + <child> + <object class="GtkLabel" id="multi_finger_warning"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="margin_left">12</property> + <property name="margin_top">5</property> + <property name="hexpand">True</property> + <property name="label" translatable="yes">Warning: multi-finger emulation may disable software buttons</property> + <attributes> + <attribute name="style" value="italic"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |