Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RevisionHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@
<li>Remembered last ROC offset value in Ronchi and Foucault feature to remember last setting when wave front is changed to a different value</li>
</ul>
</ul>
d
<ul><li>Version 7.3.2</li>

<ul><li>Version 7.3.3</li>
<ul>
<li>Added hover and click to astig polar plot to select the wave front and show it as the currently selected wave front. Added click to astig polar table to highlight the line on the plot and display as current wave front.</li>
<li>Corrected test stand astig removal feature to display the correct image sizes on the report no matter what the screen resolution is.</li>
Expand Down
2 changes: 1 addition & 1 deletion standastigwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ standAstigWizard::standAstigWizard(SurfaceManager *sm, QWidget *parent, Qt::Wind

QScreen *screen = QGuiApplication::primaryScreen();

resize(screen->availableSize().width() * .5 ,screen->availableSize().height() * .5);
resize(screen->availableSize().width() * .5 ,screen->availableSize().height() * .7);

}

Expand Down
4 changes: 2 additions & 2 deletions standastigwizard.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>700</width>
<height>600</height>
<height>620</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -19,7 +19,7 @@
<property name="minimumSize">
<size>
<width>700</width>
<height>400</height>
<height>620</height>
</size>
</property>
<property name="maximumSize">
Expand Down
Loading