Skip to content

Commit

Permalink
Update qucsactivefilter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm authored Dec 4, 2024
1 parent f00d846 commit afc8674
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions qucs-activefilter/qucsactivefilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ QucsActiveFilter::QucsActiveFilter(QWidget *parent)
QSize sz;
QString s1 = ":/images/bitmaps/AFR.svg";
imgAFR = new QSvgWidget(s1);

// Ensure the background is white
imgAFR->setStyleSheet("background-color: white;");

sz = gpbPar->size(); // take left box size as reference size
sz *= 0.6;
Expand All @@ -239,8 +236,7 @@ QucsActiveFilter::QucsActiveFilter(QWidget *parent)
gpbSCH->setLayout(vl2);
s1 = ":/images/bitmaps/cauer.svg";
sch_pic = new QSvgWidget(s1);
// Ensure the background is white
sch_pic->setStyleSheet("background-color: white;");

sz = gpbFunc->size(); // take lefbox size as reference size
sz *= 0.95;
sch_pic->setFixedSize(sz);
Expand Down

0 comments on commit afc8674

Please sign in to comment.