mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Add spacing before download button.
This commit is contained in:
@@ -137,6 +137,8 @@ BasicHeader::addButton( const QString& text )
|
||||
{
|
||||
QPushButton* button = new QPushButton( this );
|
||||
button->setText( text );
|
||||
|
||||
ui->horizontalLayout->addSpacing( 8 );
|
||||
ui->horizontalLayout->addWidget( button );
|
||||
|
||||
return button;
|
||||
|
Reference in New Issue
Block a user