1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 23:57:34 +02:00

More padding in breadcrumb. Don't yet know how to make font bigger.

This commit is contained in:
Jason Herskowitz
2013-06-15 08:17:42 -04:00
parent 659907856e
commit bd84125c85

View File

@@ -72,7 +72,7 @@ Breadcrumb::setRootIcon( const QPixmap& pm )
QPushButton* button = new QPushButton( QIcon( m_rootIcon ), "", this );
button->setFlat( true );
button->setStyleSheet( "QPushButton{ background-color: transparent; border: none; width:16px; height:16px;}" );
button->setStyleSheet( "QPushButton{ background-color: transparent; border: none; width:36px; height:36px;}" );
m_buttonlayout->insertWidget( 0, button );
m_buttonlayout->insertSpacing( 0,5 );
m_buttonlayout->insertSpacing( 2,5 );