Skip to content

Commit 8c5c50d

Browse files
authored
Merge branch 'master' into dalework
2 parents e24ddf4 + bd2ad14 commit 8c5c50d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

RevisionHistory.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@
432432
<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>
433433
</ul>
434434
</ul>
435-
436-
<ul><li>Version 7.3.2</li>
435+
<ul><li>Version 7.3.3</li>
437436
<ul>
438437
<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>
439438
<li>Corrected test stand astig removal feature to display the correct image sizes on the report no matter what the screen resolution is.</li>

standastigwizard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ standAstigWizard::standAstigWizard(SurfaceManager *sm, QWidget *parent, Qt::Wind
4646

4747
QScreen *screen = QGuiApplication::primaryScreen();
4848

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

5151
}
5252

standastigwizard.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>700</width>
10-
<height>600</height>
10+
<height>620</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -19,7 +19,7 @@
1919
<property name="minimumSize">
2020
<size>
2121
<width>700</width>
22-
<height>400</height>
22+
<height>620</height>
2323
</size>
2424
</property>
2525
<property name="maximumSize">

0 commit comments

Comments
 (0)