diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-26 16:05:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-07-25 22:01:52 +0200 |
commit | 18d1492a907e7e72b0351d6b347e7d0dd2cd30f1 (patch) | |
tree | f300416a493bc540d4168cb6a754221d76723752 /svx/uiconfig/ui | |
parent | 6d6b4df2c2e979ab0fadc96ae20bb23e86df1ae0 (diff) |
allow popover direction to depend on position of parent widget in dialog
use the same setting as the emoji popover so that at the top of a dialog the
popover pops down and at the bottom of a dialog is pops up.
Change-Id: I8e6cd13c5f669b5218c65096f68471bf2e27c848
Reviewed-on: https://gerrit.libreoffice.org/56483
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/colorwindow.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 8ec1d1be10ec..d90a5777ffa6 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -23,8 +23,6 @@ <object class="GtkPopover" id="palette_popup_window"> <property name="can_focus">False</property> <property name="border_width">4</property> - <property name="position">bottom</property> - <property name="constrain_to">none</property> <child> <object class="GtkBox" id="box1"> <property name="visible">True</property> |