aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 85f0c21..3f10f54 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -61,11 +61,11 @@ public:
61 /// Toolbar placement on the screen 61 /// Toolbar placement on the screen
62 enum TabPlacement{ 62 enum TabPlacement{
63 // top and bottom placement 63 // top and bottom placement
64 TOPLEFT = 1, BOTTOMLEFT, 64 TOPLEFT = 1, TOP, TOPRIGHT,
65 TOPRIGHT, BOTTOMRIGHT, 65 BOTTOMLEFT, BOTTOM, BOTTOMRIGHT,
66 // left and right placement 66 // left and right placement
67 LEFTBOTTOM, LEFTTOP, 67 LEFTBOTTOM, LEFT, LEFTTOP,
68 RIGHTBOTTOM, RIGHTTOP 68 RIGHTBOTTOM, RIGHT, RIGHTTOP
69 }; 69 };
70 70
71 /** 71 /**