diff options
author | rathnor <rathnor> | 2004-08-25 17:16:40 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-25 17:16:40 (GMT) |
commit | 5337fc6640efbe911682568b6281850fd322e4bb (patch) | |
tree | b2a722b45550cee7dc612b113ddebd9395841ab7 /src/ArrowButton.cc | |
parent | f32969d4e5a18bddd426b481824eb50902cba5de (diff) | |
download | fluxbox_pavel-5337fc6640efbe911682568b6281850fd322e4bb.zip fluxbox_pavel-5337fc6640efbe911682568b6281850fd322e4bb.tar.bz2 |
fix up theming of the toolbar
Diffstat (limited to 'src/ArrowButton.cc')
-rw-r--r-- | src/ArrowButton.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ArrowButton.cc b/src/ArrowButton.cc index 38d6e74..c62df2a 100644 --- a/src/ArrowButton.cc +++ b/src/ArrowButton.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: ArrowButton.cc,v 1.6 2004/05/18 08:35:22 grubert Exp $ | 22 | // $Id: ArrowButton.cc,v 1.7 2004/08/25 17:16:40 rathnor Exp $ |
23 | 23 | ||
24 | #include "ArrowButton.hh" | 24 | #include "ArrowButton.hh" |
25 | 25 | ||
@@ -84,9 +84,9 @@ void ArrowButton::drawArrow() { | |||
84 | XPoint pts[3]; | 84 | XPoint pts[3]; |
85 | unsigned int w = width(); | 85 | unsigned int w = width(); |
86 | unsigned int h = height(); | 86 | unsigned int h = height(); |
87 | // arrow size: half of the button | 87 | // arrow size: half of the button |
88 | unsigned int ax = w / 2; | 88 | unsigned int ax = w / 2; |
89 | unsigned int ay = h / 2; | 89 | unsigned int ay = h / 2; |
90 | switch (m_arrow_type) { | 90 | switch (m_arrow_type) { |
91 | case LEFT: | 91 | case LEFT: |
92 | // start at the tip | 92 | // start at the tip |