From cf15fde2aa2bcbb244fdfdc46debf457451079f7 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 13 Mar 2019 17:53:46 +0800 Subject: Set preset bank correctly in XG mode. Removed High DPI handling code. Good luck to Windows users out there. Skulpture style: dials are no longer blurred if scaled. --- qmidiplayer-desktop/qmpcustomizewindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qmidiplayer-desktop/qmpcustomizewindow.cpp') 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 defa={"FileInfo","Render","Panic","ReloadSynth"}; QList defb={"Channel","Playlist","Effects","Visualization"}; -- cgit v1.2.3