feat: mac need more width

dev
rankun 6 years ago committed by Barry
parent 98f2c8581a
commit 670718142a

@ -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()

Loading…
Cancel
Save