mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Tweak some more on OS X.
This commit is contained in:
parent
c2c6ace3e5
commit
e616e33239
@ -72,6 +72,9 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
ui->setupUi( this );
|
||||
TomahawkSettings* s = TomahawkSettings::instance();
|
||||
|
||||
TomahawkUtils::unmarginLayout( layout() );
|
||||
ui->stackedWidget->setContentsMargins( 4, 4, 4, 0 );
|
||||
|
||||
ui->addSipButton->setFixedWidth( 42 );
|
||||
ui->removeSipButton->setFixedWidth( ui->addSipButton->width() );
|
||||
ui->addScript->setFixedWidth( 42 );
|
||||
@ -88,7 +91,8 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
ui->listWidget->setFrameShadow( QFrame::Sunken );
|
||||
setContentsMargins( 4, 4, 4, 4 );
|
||||
#else
|
||||
ui->verticalLayout->removeItem( ui->verticalSpacer_3 );
|
||||
ui->listWidget->setFixedWidth( 83 );
|
||||
setContentsMargins( 0, 4, 4, 4 );
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
|
@ -14,8 +14,8 @@
|
||||
<string>Tomahawk Settings</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_12">
|
||||
<property name="bottomMargin">
|
||||
<number>4</number>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
|
Loading…
x
Reference in New Issue
Block a user