mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Don't clip button in SettingsDialog.
This commit is contained in:
parent
69c5a57f47
commit
83a108168f
@ -216,7 +216,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
#else
|
||||
m_accountsWidget->setContentsMargins( 6, 6, 6, 6 );
|
||||
m_accountsWidgetUi->horizontalLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||
m_accountsWidgetUi->installFromFileBtn->setContentsMargins( -4, 0, 0, 0 );
|
||||
m_accountsWidgetUi->installFromFileBtn->setContentsMargins( 0, 0, 0, 0 );
|
||||
m_accountsWidget->setMinimumSize( 550, 400 );
|
||||
m_accountsWidgetUi->accountsView->setAttribute( Qt::WA_MacShowFocusRect, false );
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout" stretch="2,1,0,0">
|
||||
<item>
|
||||
<widget class="QButton" name="installFromFileBtn" native="true">
|
||||
<property name="sizePolicy">
|
||||
|
Loading…
x
Reference in New Issue
Block a user