From 58a3e6ad29eb7b616f03737265ef7a25afe83a36 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Thu, 22 Aug 2019 16:43:54 -0400 Subject: sd: define three columns for the slide transition pane Instead of calculating extra space Change-Id: I26e763e5db0ff05fb1bd6f64f3054d8ef88a2156 Reviewed-on: https://gerrit.libreoffice.org/82526 Tested-by: Jenkins CollaboraOffice Reviewed-by: Henry Castro --- sd/source/ui/animations/SlideTransitionPane.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 144735d9aaa8..9da8963f91ab 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -388,7 +388,7 @@ public: EnableFullItemMode( false ); set_hexpand( true ); set_vexpand( true ); - SetExtraSpacing( 2 ); + SetColCount(3); } virtual ~TransitionPane() override { disposeOnce(); } -- cgit v1.2.3