Skip to content

Commit

Permalink
Making the dialog resizable
Browse files Browse the repository at this point in the history
The size constraint of this form was left commented.
It was checked that no weird issues happen after resizing the form
  • Loading branch information
andresmmera committed Feb 26, 2017
1 parent a74543a commit aee709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/qucs/dialogs/matchdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MatchDialog::MatchDialog(QWidget *parent) : QDialog(parent) {
DoubleVal = new QDoubleValidator(this);

all = new QHBoxLayout(this);
all->setSizeConstraint(QLayout::SetFixedSize);
// all->setSizeConstraint(QLayout::SetFixedSize);

/* The main frame was divided into two vertical layouts. The first one, on the
left side, is much the old matching tool whereas the other layout was
Expand Down

0 comments on commit aee709d

Please sign in to comment.