Skip to content

Commit

Permalink
Merge pull request #991 from andresmmera/SPAR_Viewer_fixes
Browse files Browse the repository at this point in the history
Spar viewer: Fixes and New Features
  • Loading branch information
ra3xdh authored Oct 11, 2024
2 parents 77042de + dec1949 commit e347b82
Show file tree
Hide file tree
Showing 3 changed files with 1,009 additions and 95 deletions.
2 changes: 1 addition & 1 deletion qucs-s-spar-viewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int main( int argc, char ** argv )
qucs->move(QucsSettings.x, QucsSettings.y); // position before "show" !!!
qucs->show();

QScreen* primaryScreen = QGuiApplication::screens().first();
QScreen* primaryScreen = QGuiApplication::screens().constFirst();

qucs->resize(primaryScreen->availableGeometry().size() * 0.9);
qucs->setGeometry(
Expand Down
Loading

0 comments on commit e347b82

Please sign in to comment.