From 50b14658ec0ba6ccd7799a314143f3405d7036b3 Mon Sep 17 00:00:00 2001
From: Xisco Fauli <xiscofauli@libreoffice.org>
Date: Thu, 31 Jan 2019 16:10:23 +0100
Subject: tdf#123089: expand menulist horizontally
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I578883c9eaf02b919fe2a7128d4255ab2a1cd2b8
Reviewed-on: https://gerrit.libreoffice.org/67222
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
---
 cui/uiconfig/ui/movemenu.ui | 1 +
 1 file changed, 1 insertion(+)

(limited to 'cui')

diff --git a/cui/uiconfig/ui/movemenu.ui b/cui/uiconfig/ui/movemenu.ui
index 0dc7c58f6ac6..7bb5be63309c 100644
--- a/cui/uiconfig/ui/movemenu.ui
+++ b/cui/uiconfig/ui/movemenu.ui
@@ -181,6 +181,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="vexpand">True</property>
+                            <property name="hexpand">True</property>
                             <property name="model">liststore1</property>
                             <property name="headers_visible">False</property>
                             <property name="headers_clickable">False</property>
-- 
cgit