From 83298077a4cd577860e2114b429a2d413c3ea10c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Nov 2021 10:12:49 +0000 Subject: tdf#136945 use ListStore instead of TreeStore to avoid dnd creating subnodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because this just wants a flat list and a drop "on" a row shouldn't create a child of that row, but a sibling Change-Id: I0a6b360ffe13018d6878bd4bc3012ee3f5807a1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124589 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/uiconfig/simpress/ui/definecustomslideshow.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/uiconfig/simpress/ui/definecustomslideshow.ui b/sd/uiconfig/simpress/ui/definecustomslideshow.ui index fd35ce574762..9d8023e4e4eb 100644 --- a/sd/uiconfig/simpress/ui/definecustomslideshow.ui +++ b/sd/uiconfig/simpress/ui/definecustomslideshow.ui @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + -- cgit