Skip to content

Commit

Permalink
Restoring previous layout and moving refine iterations to other tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DolicaAkelloEgwel committed Dec 1, 2020
1 parent 8da6c24 commit 1f8f509
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions mantidimaging/gui/ui/recon_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<item row="1" column="0">
<widget class="QPushButton" name="clearAllBtn">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Removes all rows from the table.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Expand All @@ -300,13 +300,13 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<item row="1" column="1">
<widget class="QPushButton" name="refineCorBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Refine COR</string>
<string>Refine</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -510,10 +510,10 @@
<string>Preview</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="previewProjectionIndexLabel">
<item row="1" column="0">
<widget class="QLabel" name="previewSliceIndexLabel">
<property name="text">
<string>Projection index:</string>
<string>Slice index:</string>
</property>
</widget>
</item>
Expand All @@ -524,20 +524,20 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="previewProjectionIndexLabel">
<property name="text">
<string>Projection index:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="previewSliceIndex">
<property name="maximum">
<number>99999</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="previewSliceIndexLabel">
<property name="text">
<string>Slice index:</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 1f8f509

Please sign in to comment.