diff options
Diffstat (limited to 'qmidiplayer-desktop/qmpcustomizewindow.cpp')
-rw-r--r-- | qmidiplayer-desktop/qmpcustomizewindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qmidiplayer-desktop/qmpcustomizewindow.cpp b/qmidiplayer-desktop/qmpcustomizewindow.cpp index 5ac9bd0..b7017b7 100644 --- a/qmidiplayer-desktop/qmpcustomizewindow.cpp +++ b/qmidiplayer-desktop/qmpcustomizewindow.cpp @@ -13,8 +13,6 @@ qmpCustomizeWindow::qmpCustomizeWindow(QWidget *parent) : ui(new Ui::qmpCustomizeWindow) { ui->setupUi(this); - int w=size().width(),h=size().height();w=w*(logicalDpiX()/96.);h=h*(logicalDpiY()/96.); - setMinimumWidth(w);setMinimumHeight(h); QSettings *s=qmpMainWindow::getInstance()->getSettingsWindow()->getSettingsIntf(); QList<QVariant> defa={"FileInfo","Render","Panic","ReloadSynth"}; QList<QVariant> defb={"Channel","Playlist","Effects","Visualization"}; |