diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-19 09:37:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-19 14:58:10 +0100 |
commit | a59b5f9e80c382a74085f93601de3cb0a6b9e174 (patch) | |
tree | 29778d556b460c7059269745fee78c0e7fd90629 /sd | |
parent | fae7fd3d193393e4e75ed426b9198925490dc3e4 (diff) |
gtk3: use GtkPopover default for selected cases that are within a document
and where inability to escape window under X11 hasn't been a problem to date
Change-Id: I14aa5fe2cf443b6214aed48266d5bd32b8b9c700
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125541
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/annotation.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/annotation.ui b/sd/uiconfig/simpress/ui/annotation.ui index c43a6cb20f70..49a8a300e335 100644 --- a/sd/uiconfig/simpress/ui/annotation.ui +++ b/sd/uiconfig/simpress/ui/annotation.ui @@ -47,7 +47,6 @@ <object class="GtkPopover" id="Annotation"> <property name="can-focus">False</property> <property name="position">bottom</property> - <property name="constrain-to">none</property> <child> <object class="GtkBox" id="container"> <property name="visible">True</property> |