summaryrefslogtreecommitdiff
path: root/svtools/workben
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-04 10:52:52 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-04 10:52:52 +0100
commita39e924c9f5a0eaa74554bb9082a862671fdfbd4 (patch)
tree0b3fefb6c5d26ea8f5093d2e3276b7198709c8e5 /svtools/workben
parentea3e3cdae879ea62f371874cf4ce1cde020ce969 (diff)
slidecopy: more native theming for the tool panel deck tabs.
On Windows, they would look like rotated tab dialog tabs now, if salnativewidgets-luna.cxx had its change committed. Which it hasn't, since the TabControl tabs would look ugly then ... still need to investigate this.
Diffstat (limited to 'svtools/workben')
-rw-r--r--svtools/workben/toolpanel/makefile.mk1
-rw-r--r--svtools/workben/toolpanel/toolpaneltest.cxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/svtools/workben/toolpanel/makefile.mk b/svtools/workben/toolpanel/makefile.mk
index 88f1117e48b3..68050083412f 100644
--- a/svtools/workben/toolpanel/makefile.mk
+++ b/svtools/workben/toolpanel/makefile.mk
@@ -59,6 +59,7 @@ APP1STDLIBS=\
$(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
+ $(BASEGFXLIB) \
.IF "$(GUI)"!="UNX"
diff --git a/svtools/workben/toolpanel/toolpaneltest.cxx b/svtools/workben/toolpanel/toolpaneltest.cxx
index 44c03fb1e661..e09e6e362e59 100644
--- a/svtools/workben/toolpanel/toolpaneltest.cxx
+++ b/svtools/workben/toolpanel/toolpaneltest.cxx
@@ -372,8 +372,6 @@ PanelDemoMainWindow::PanelDemoMainWindow()
SetText( String::CreateFromAscii( "ToolPanelDeck Demo Application" ) );
Show();
- AlignTabs( TABS_RIGHT );
-
Help::EnableQuickHelp();
GetSystemWindow()->GetTaskPaneList()->AddWindow( &m_aToolPanelDeck );