mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
osx tweaks
This commit is contained in:
@@ -27,6 +27,13 @@ LoadXSPFDialog::LoadXSPFDialog( QWidget* parent, Qt::WindowFlags f )
|
|||||||
{
|
{
|
||||||
m_ui->setupUi( this );
|
m_ui->setupUi( this );
|
||||||
|
|
||||||
|
#ifdef Q_WS_MAC
|
||||||
|
m_ui->horizontalLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||||
|
m_ui->horizontalLayout->setSpacing( 5 );
|
||||||
|
m_ui->verticalLayout->setContentsMargins( 0, 10, 0, 0 );
|
||||||
|
m_ui->verticalLayout->setSpacing( 0 );
|
||||||
|
#endif
|
||||||
|
|
||||||
connect( m_ui->buttonBox, SIGNAL( accepted() ), SLOT( accept() ) );
|
connect( m_ui->buttonBox, SIGNAL( accepted() ), SLOT( accept() ) );
|
||||||
connect( m_ui->buttonBox, SIGNAL( rejected() ), SLOT( reject() ) );
|
connect( m_ui->buttonBox, SIGNAL( rejected() ), SLOT( reject() ) );
|
||||||
|
|
||||||
|
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>332</width>
|
<width>444</width>
|
||||||
<height>86</height>
|
<height>121</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
Reference in New Issue
Block a user