Skip to content

Commit bd2ad14

Browse files
authored
Merge pull request #194 from githubdoe/gr/pr
Made test stand astig removal window a little taller
2 parents de3daed + dc1460d commit bd2ad14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RevisionHistory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
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-
d
436-
<ul><li>Version 7.3.2</li>
435+
436+
<ul><li>Version 7.3.3</li>
437437
<ul>
438438
<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>
439439
<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)