mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-30 04:38:37 +00:00
feat: mac need more width
This commit is contained in:
parent
9abe36377d
commit
e975e22325
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ void Dialog::initUI()
|
||||||
ui->formatBox->setCurrentIndex(Config::getInstance().getRecordFormatIndex());
|
ui->formatBox->setCurrentIndex(Config::getInstance().getRecordFormatIndex());
|
||||||
|
|
||||||
ui->recordPathEdt->setText(Config::getInstance().getRecordPath());
|
ui->recordPathEdt->setText(Config::getInstance().getRecordPath());
|
||||||
|
|
||||||
|
#ifdef Q_OS_OSX
|
||||||
|
// mac need more width
|
||||||
|
setFixedWidth(520);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Dialog::execAdbCmd()
|
void Dialog::execAdbCmd()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue