summaryrefslogtreecommitdiff
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-19 09:32:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-19 14:57:46 +0100
commitfae7fd3d193393e4e75ed426b9198925490dc3e4 (patch)
tree333516c5e93d2e59ba261b7066a0272f8bcd7231 /sd/uiconfig
parent2337bd5f0d9977a0ecd110abdebea7f331d360df (diff)
gtk3: default to an explicit constrain-to for Popovers
with the intent to do the same replacement with GtkWindow under X11 for gtk3 that we do in MenuButtons for the popover with direct popovers when the constraint is GTK_POPOVER_CONSTRAINT_NONE Change-Id: I629c30b44a9e362ba0d924bb229930b5f0dc7ed3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125540 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/simpress/ui/annotation.ui1
-rw-r--r--sd/uiconfig/simpress/ui/displaywindow.ui1
-rw-r--r--sd/uiconfig/simpress/ui/layoutwindow.ui1
3 files changed, 3 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/annotation.ui b/sd/uiconfig/simpress/ui/annotation.ui
index 49a8a300e335..c43a6cb20f70 100644
--- a/sd/uiconfig/simpress/ui/annotation.ui
+++ b/sd/uiconfig/simpress/ui/annotation.ui
@@ -47,6 +47,7 @@
<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>
diff --git a/sd/uiconfig/simpress/ui/displaywindow.ui b/sd/uiconfig/simpress/ui/displaywindow.ui
index abcb5f0da2ca..92a47baf50f2 100644
--- a/sd/uiconfig/simpress/ui/displaywindow.ui
+++ b/sd/uiconfig/simpress/ui/displaywindow.ui
@@ -6,6 +6,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="border_width">4</property>
+ <property name="constrain-to">none</property>
<child>
<object class="GtkBox" id="container">
<property name="visible">True</property>
diff --git a/sd/uiconfig/simpress/ui/layoutwindow.ui b/sd/uiconfig/simpress/ui/layoutwindow.ui
index f43b20bdf638..706134ec57b3 100644
--- a/sd/uiconfig/simpress/ui/layoutwindow.ui
+++ b/sd/uiconfig/simpress/ui/layoutwindow.ui
@@ -6,6 +6,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="border_width">4</property>
+ <property name="constrain-to">none</property>
<child>
<object class="GtkBox" id="container">
<property name="visible">True</property>