diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-12-22 13:00:31 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-01-22 13:34:01 +0100 |
commit | 86e3f95cff4d3dad48d64e50e0c4b05034fa7064 (patch) | |
tree | b938928bad01cf3287343bb7ef169badf9e66a74 /sw/uiconfig | |
parent | 7c97a22ac7851329d1a5c71772542c062cd6f4f0 (diff) |
tdf#114523 Make inline tooltips for changes optional
Tooltips on tracked changes are not shown when Show track changes
is switched off; additional property introduced at Tools > Option >
Writer > Changes to disable the inline tooltip completely
Change-Id: I5b54895bb22d167a383b06627c69326c3c2f5b02
Reviewed-on: https://gerrit.libreoffice.org/46971
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/optredlinepage.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optredlinepage.ui b/sw/uiconfig/swriter/ui/optredlinepage.ui index 4962e493af86..5c9896213e1e 100644 --- a/sw/uiconfig/swriter/ui/optredlinepage.ui +++ b/sw/uiconfig/swriter/ui/optredlinepage.ui @@ -472,6 +472,22 @@ <property name="top_attach">3</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="changestooltip"> + <property name="label" translatable="yes" context="optredlinepage|changestooltip">Show _tooltips on changes</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="hexpand">True</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + </packing> + </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> |