From 590f32704af7a61dc99aa0c30da10fd842e2eeab Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 6 Jan 2007 08:01:14 +0000 Subject: oops, didnt mean to commit this change, twas for testing, so revert it --- src/ToolFactory.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc index 798072b..f2d1ccd 100644 --- a/src/ToolFactory.cc +++ b/src/ToolFactory.cc @@ -112,9 +112,9 @@ ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow & return 0; // TODO maybe direction of arrows should depend on toolbar layout ? - FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::UP; + FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::LEFT; if (name == "nextworkspace") - arrow_type = FbTk::FbDrawable::DOWN; + arrow_type = FbTk::FbDrawable::RIGHT; ArrowButton *win = new ArrowButton(arrow_type, parent, 0, 0, -- cgit v0.11.2