Skip to content

Commit

Permalink
simsettingsdialog.cpp: increase width window size 500 -> 750
Browse files Browse the repository at this point in the history
There is not enough space for Russian translation.
  • Loading branch information
antohami committed Oct 18, 2023
1 parent 5e5d5ee commit 58e93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/extsimkernels/simsettingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ SimSettingsDialog::SimSettingsDialog(QWidget *parent) :
top->addLayout(h3);

this->setLayout(top);
this->setFixedWidth(500);
this->setFixedWidth(750);
this->setWindowTitle(tr("Setup simulators executable location"));

#ifndef Q_OS_UNIX
Expand Down

0 comments on commit 58e93bd

Please sign in to comment.