feat: mac need more width

This commit is contained in:
rankun 2020-02-26 15:43:15 +08:00
parent 453e3b5fd6
commit 774a37a572

View file

@ -98,6 +98,11 @@ void Dialog::initUI()
ui->formatBox->setCurrentIndex(Config::getInstance().getRecordFormatIndex());
ui->recordPathEdt->setText(Config::getInstance().getRecordPath());
#ifdef Q_OS_OSX
// mac need more width
setFixedWidth(520);
#endif
}
void Dialog::execAdbCmd()