Skip to content

Commit

Permalink
RE 6901 MantidEV usability
Browse files Browse the repository at this point in the history
Added units (A^-1) to appropriate labels on the
Integrate tab.

refs #6901
  • Loading branch information
DennisMikkelson committed Apr 22, 2013
1 parent b95c8d5 commit 9d6131e
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<item>
<widget class="QTabWidget" name="MantidEV_tabwidg">
<property name="currentIndex">
<number>0</number>
<number>5</number>
</property>
<widget class="QWidget" name="SelectData">
<attribute name="title">
Expand Down Expand Up @@ -1250,7 +1250,7 @@
</rect>
</property>
<property name="text">
<string>Region Radius</string>
<string>Region Radius (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="RegionRadius_ledt">
Expand All @@ -1276,7 +1276,7 @@
</rect>
</property>
<property name="text">
<string>Peak Size</string>
<string>Peak Size (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="PeakSize_ledt">
Expand Down Expand Up @@ -1315,7 +1315,7 @@
</rect>
</property>
<property name="text">
<string>Background Inner Size</string>
<string>Background Inner Size (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="BackgroundInnerSize_ledt">
Expand All @@ -1341,7 +1341,7 @@
</rect>
</property>
<property name="text">
<string>Background Outer Size </string>
<string>Background Outer Size (A^-1) </string>
</property>
</widget>
<widget class="QLineEdit" name="BackgroundOuterSize_ledt">
Expand Down Expand Up @@ -1432,7 +1432,7 @@
</rect>
</property>
<property name="text">
<string>Peak Radius</string>
<string>Peak Radius (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="PeakRadius_ledt">
Expand All @@ -1458,7 +1458,7 @@
</rect>
</property>
<property name="text">
<string>Background Inner Radius</string>
<string>Background Inner Radius (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="BackgroundInnerRadius_ledt">
Expand All @@ -1484,7 +1484,7 @@
</rect>
</property>
<property name="text">
<string>Background Outer Radius </string>
<string>Background Outer Radius (A^-1)</string>
</property>
</widget>
<widget class="QLineEdit" name="BackgroundOuterRadius_ledt">
Expand Down

0 comments on commit 9d6131e

Please sign in to comment.