Skip to content

Commit

Permalink
Maximum input for slice/mm and pixels/mm increased to allow for my ti…
Browse files Browse the repository at this point in the history
…ny fossil fungi

New limit now 1000000 from 10000 in both cases, and increase decimal point entry from 2 to 3.

Note that SPIERSview will show a scale grid at these very small values but, won't currently show any sensible values for the gridlines.
  • Loading branch information
alanspencer committed Nov 6, 2018
1 parent 52a7161 commit 2ed8b28
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions SPIERSedit/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<x>0</x>
<y>0</y>
<width>962</width>
<height>24</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down Expand Up @@ -1778,7 +1778,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tabSettings">
<attribute name="title">
Expand Down Expand Up @@ -1813,8 +1813,11 @@
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="maximum">
<double>10000.000000000000000</double>
<double>1000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1843,8 +1846,11 @@
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="maximum">
<double>10000.000000000000000</double>
<double>1000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2ed8b28

Please sign in to comment.