sfx2/source/dialog/tabdlg.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit c4ee738407d16effdd04ed9c8f908aa736e3b9a2 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Nov 7 15:57:16 2019 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Nov 7 18:30:57 2019 +0100
we want this size group to handle both dimensions Change-Id: I22647328dbcc1d4eb6b3841ea9a8e64d022cf252 Reviewed-on: https://gerrit.libreoffice.org/82236 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 8fa63e500ab8..a85f4ea1368e 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -945,6 +945,7 @@ void SfxTabDialogController::setPreviewsToSamePlace() return; m_xSizeGroup = m_xBuilder->create_size_group(); + m_xSizeGroup->set_mode(VclSizeGroupMode::Both); for (auto& rGrid : aGrids) m_xSizeGroup->add_widget(rGrid.get()); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits