summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-09-25 09:36:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-25 13:25:03 +0200
commit472535a4f8aa95a17d996e96a67df60e72df7b32 (patch)
tree8c7af0b2cd292f3fd23a03707a521b8fdd13cc89 /sw/uiconfig/swriter/ui
parent96bd7504165f89ec5485d00a487e54634af347ce (diff)
Related: tdf#124600 sw anchored object allow overlap: add UI
Determine is-modified state by always constructing our pool item, and then compare to the old one, rather than depending on save_state(). It seems both are equally good, but this is simpler to implement. Change-Id: I8d7a07eb06904f9f11d8c10bc854f7e42531cefa Reviewed-on: https://gerrit.libreoffice.org/79501 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r--sw/uiconfig/swriter/ui/wrappage.ui15
1 files changed, 15 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/wrappage.ui b/sw/uiconfig/swriter/ui/wrappage.ui
index cf409da7999e..64a362d5e62e 100644
--- a/sw/uiconfig/swriter/ui/wrappage.ui
+++ b/sw/uiconfig/swriter/ui/wrappage.ui
@@ -446,6 +446,21 @@
<property name="top_attach">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="allowoverlap">
+ <property name="label" translatable="yes" context="wrappage|outside">Allow overlap</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ </packing>
+ </child>
</object>
</child>
</object>