mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
More padding in breadcrumb. Don't yet know how to make font bigger.
This commit is contained in:
parent
659907856e
commit
bd84125c85
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user