aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-25 17:16:40 (GMT)
committerrathnor <rathnor>2004-08-25 17:16:40 (GMT)
commit5337fc6640efbe911682568b6281850fd322e4bb (patch)
treeb2a722b45550cee7dc612b113ddebd9395841ab7 /src/IconbarTool.cc
parentf32969d4e5a18bddd426b481824eb50902cba5de (diff)
downloadfluxbox-5337fc6640efbe911682568b6281850fd322e4bb.zip
fluxbox-5337fc6640efbe911682568b6281850fd322e4bb.tar.bz2
fix up theming of the toolbar
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc
index 65040d4..5695639 100644
--- a/src/IconbarTool.cc
+++ b/src/IconbarTool.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconbarTool.cc,v 1.41 2004/06/27 13:45:20 fluxgen Exp $ 23// $Id: IconbarTool.cc,v 1.42 2004/08/25 17:16:40 rathnor Exp $
24 24
25#include "IconbarTool.hh" 25#include "IconbarTool.hh"
26 26
@@ -611,7 +611,8 @@ void IconbarTool::renderTheme() {
611 m_screen.imageControl().removeImage(tmp); 611 m_screen.imageControl().removeImage(tmp);
612 612
613 // set to zero so its consistent and not ugly 613 // set to zero so its consistent and not ugly
614 m_icon_container.setBorderWidth(0); 614 m_icon_container.setBorderWidth(m_theme.border().width());
615 m_icon_container.setBorderColor(m_theme.border().color());
615 m_icon_container.setAlpha(m_theme.alpha()); 616 m_icon_container.setAlpha(m_theme.alpha());
616 617
617 // update buttons 618 // update buttons