oops, didnt mean to commit this change, twas for testing, so revert it
This commit is contained in:
parent
1f7b12cc49
commit
590f32704a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue