vcl/source/window/builder.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit bdbb65ea3d147b6e160aaeda5740b032469590e3 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Sep 29 16:15:16 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Sep 30 09:54:39 2019 +0200 align show-expander default with gtk defaults Change-Id: Ie2d03c1b98c78e58afc07a07a21ff934a62fd280 Reviewed-on: https://gerrit.libreoffice.org/79818 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 55162b7b861a..36bcba3465e8 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -2054,6 +2054,10 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString & if (!sBorder.isEmpty()) nWinStyle |= WB_BORDER; } + else + { + nWinStyle |= WB_HASBUTTONS | WB_HASBUTTONSATROOT; + } //ListBox/SvHeaderTabListBox manages its own scrolling, vcl::Window *pRealParent = prepareWidgetOwnScrolling(pParent, nWinStyle); if (pRealParent != pParent) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits