diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-20 14:39:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-21 21:20:32 +0100 |
commit | 78091a860ade61addab12ae5e541fa01707bfb59 (patch) | |
tree | b86d9774037fa09934b3e6c8029bc7dba96f3858 /basctl/source/basicide | |
parent | bac71fd104a19e481ed688fba0b0f427e855ce91 (diff) |
remove non-functional resize grip at right of basic ide tabbar
left behind after....
commit 867af25bd8d36c7e5ef6f16c2876ac82e63648cc
Date: Fri Jan 22 12:04:05 2016 +0100
tdf#96683 Move tabs in Basic IDE to an own row
before that it could be used to assign sizes to the tabbar vs
scrollbar when they were on the same line. Now that they are on
different lines it shouldn't be there.
See tdf#87684 for the similar calc case where
Office::Calc::Layout::Other::TabbarInlineWithScrollbar exists to
re-enable this feature for calc.
Change-Id: I6430e13ab79f4c424ae35f7b8e3ad7bd47ec201b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106275
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r-- | basctl/source/basicide/bastypes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 5a4012b6cebb..eabb6ea12f69 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -422,7 +422,7 @@ void DockingWindow::DockThis () } TabBar::TabBar( vcl::Window* pParent ) : - ::TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) ) + ::TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_DRAG ) ) { EnableEditMode(); |