mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
feat: mac need more width
This commit is contained in:
parent
453e3b5fd6
commit
774a37a572
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue