diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ToolFactory.cc | 4 |
1 files 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 & | |||
112 | return 0; | 112 | return 0; |
113 | 113 | ||
114 | // TODO maybe direction of arrows should depend on toolbar layout ? | 114 | // TODO maybe direction of arrows should depend on toolbar layout ? |
115 | FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::UP; | 115 | FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::LEFT; |
116 | if (name == "nextworkspace") | 116 | if (name == "nextworkspace") |
117 | arrow_type = FbTk::FbDrawable::DOWN; | 117 | arrow_type = FbTk::FbDrawable::RIGHT; |
118 | 118 | ||
119 | ArrowButton *win = new ArrowButton(arrow_type, parent, | 119 | ArrowButton *win = new ArrowButton(arrow_type, parent, |
120 | 0, 0, | 120 | 0, 0, |