diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/taskpane.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx index 69aedf64ca33..d79ede735eb8 100644 --- a/sfx2/source/dialog/taskpane.cxx +++ b/sfx2/source/dialog/taskpane.cxx @@ -938,7 +938,9 @@ namespace sfx2 LINK( this, TaskPaneController_Impl, OnToolboxClicked ) ); m_rDockingWindow.SetEndDockingHdl( LINK( this, TaskPaneController_Impl, DockingChanged ) ); - impl_setLayout(LAYOUT_TABS_RIGHT, true); + // MMeeks - this is the big switch changing how the tabs look ... +// impl_setLayout(LAYOUT_TABS_RIGHT, true); + impl_setLayout(LAYOUT_DRAWERS, true); m_rTaskPane.GetPanelDeck().AddListener( *this ); |