summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
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 'svtools')
-rw-r--r--svtools/uiconfig/ui/datewindow.ui1
-rw-r--r--svtools/uiconfig/ui/linewindow.ui1
-rw-r--r--svtools/uiconfig/ui/subtoolbar.ui1
3 files changed, 3 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/datewindow.ui b/svtools/uiconfig/ui/datewindow.ui
index d2a8d13a233b..9467cbb73213 100644
--- a/svtools/uiconfig/ui/datewindow.ui
+++ b/svtools/uiconfig/ui/datewindow.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="box1">
<property name="visible">True</property>
diff --git a/svtools/uiconfig/ui/linewindow.ui b/svtools/uiconfig/ui/linewindow.ui
index 5aa87ab61599..1b85686849e3 100644
--- a/svtools/uiconfig/ui/linewindow.ui
+++ b/svtools/uiconfig/ui/linewindow.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="box1">
<property name="visible">True</property>
diff --git a/svtools/uiconfig/ui/subtoolbar.ui b/svtools/uiconfig/ui/subtoolbar.ui
index 11e6f4815237..80c484df7d26 100644
--- a/svtools/uiconfig/ui/subtoolbar.ui
+++ b/svtools/uiconfig/ui/subtoolbar.ui
@@ -4,6 +4,7 @@
<requires lib="gtk+" version="3.20"/>
<object class="GtkPopover" id="subtoolbar">
<property name="can_focus">False</property>
+ <property name="constrain-to">none</property>
<child>
<object class="GtkBox" id="container">
<property name="visible">True</property>