mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
More padding in breadcrumb. Don't yet know how to make font bigger.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user