Skip to content

Commit

Permalink
fixed simulatorsCombobox size.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm committed Dec 5, 2024
1 parent efabb31 commit 1d3441e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qucs/qucs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ void QucsApp::initView()
QHBoxLayout *CompSearchLayout = new QHBoxLayout();

simulatorsCombobox = new QComboBox(this);
simulatorsCombobox->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
connect(simulatorsCombobox, SIGNAL(activated(int)), SLOT(slotChangeSimulator(int)));

CompChoose = new QComboBox(this);
Expand Down

0 comments on commit 1d3441e

Please sign in to comment.