[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sd/source

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 14 12:15:05 UTC 2019


 sd/source/ui/animations/SlideTransitionPane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58a3e6ad29eb7b616f03737265ef7a25afe83a36
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Thu Aug 22 16:43:54 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Thu Nov 14 13:14:15 2019 +0100

    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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

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(); }
 


More information about the Libreoffice-commits mailing list