diff options
author | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
commit | 7c7908443302fc66929e19804f0fbd655d4c7f34 (patch) | |
tree | 6839a7379b4cc514a5a4ce20ebf0a53123d20ba2 /src/ToolbarItem.cc | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/ToolbarItem.cc')
-rw-r--r-- | src/ToolbarItem.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolbarItem.cc b/src/ToolbarItem.cc index 742640c..112abe5 100644 --- a/src/ToolbarItem.cc +++ b/src/ToolbarItem.cc | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include "ToolbarItem.hh" | 25 | #include "ToolbarItem.hh" |
26 | 26 | ||
27 | ToolbarItem::ToolbarItem(Type type):m_type(type) { | 27 | ToolbarItem::ToolbarItem(Type type):m_type(type), m_orientation(FbTk::ROT0) { |
28 | 28 | ||
29 | } | 29 | } |
30 | 30 | ||