[Libreoffice-commits] core.git: sc/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 21 11:00:46 UTC 2019


 sc/uiconfig/scalc/ui/headerfootercontent.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ed69cf9c90fb70fb3c997cc33adbfc4d9e21702b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 21 10:31:58 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 21 12:59:18 2019 +0200

    Resolves: tdf#125935 open menu at bottom of page upwards
    
    to avoid the glitch seen under Ubuntu's 18.04 with gtk3-3.22.30 that
    it won't popdown in clicking the button without focusing in and out
    of the menu first
    
    Change-Id: Ic78647562f4a3a345eb714aa70f9bcfe30ea8c41
    Reviewed-on: https://gerrit.libreoffice.org/74493
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/headerfootercontent.ui b/sc/uiconfig/scalc/ui/headerfootercontent.ui
index 4bea5b32a203..c3d00de378a3 100644
--- a/sc/uiconfig/scalc/ui/headerfootercontent.ui
+++ b/sc/uiconfig/scalc/ui/headerfootercontent.ui
@@ -318,6 +318,7 @@
                 <property name="image">imageBTN_FILE</property>
                 <property name="draw_indicator">True</property>
                 <property name="popup">popup</property>
+                <property name="direction">up</property>
                 <property name="use_popover">False</property>
               </object>
               <packing>


More information about the Libreoffice-commits mailing list