LB302 reformat, ToolButton appearance

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@611 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2007-11-23 18:56:21 +00:00
parent 341f149183
commit 9768dd3700
4 changed files with 856 additions and 800 deletions

View File

@@ -41,7 +41,7 @@ toolButton::toolButton( const QPixmap & _pixmap, const QString & _tooltip,
m_colorStandard( s_stdColor ),
m_colorHighlighted( s_hlColor )
{
setAutoFillBackground( TRUE );
setAutoFillBackground( FALSE );
QPalette pal = palette();
pal.setColor( backgroundRole(), m_colorStandard );
pal.setColor( QPalette::Window, m_colorStandard );