From f7a46de38eb2ce585005eb6dd6e71df150120403 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 27 May 2012 19:43:58 +0200 Subject: [PATCH] * Remove bottom frame of our toolbar. --- src/TomahawkWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TomahawkWindow.cpp b/src/TomahawkWindow.cpp index 7a288ac9f..9ef331c0a 100644 --- a/src/TomahawkWindow.cpp +++ b/src/TomahawkWindow.cpp @@ -213,7 +213,8 @@ TomahawkWindow::setupToolBar() toolbar->setFloatable( false ); toolbar->setIconSize( QSize( 22, 22 ) ); toolbar->setToolButtonStyle( Qt::ToolButtonIconOnly ); - + toolbar->setStyleSheet( "border-bottom: 0px" ); + #ifdef Q_OS_MAC toolbar->installEventFilter( new WidgetDragFilter( toolbar ) ); #endif