Skip to content

Commit

Permalink
Small change to IDA Apply Corr
Browse files Browse the repository at this point in the history
Refs #10960
  • Loading branch information
DanNixon committed Jan 28, 2015
1 parent 725fdc4 commit 8d58514
Showing 1 changed file with 26 additions and 9 deletions.
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>420</width>
<height>418</height>
<height>420</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -166,14 +166,31 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="spCanScale">
<property name="enabled">
<bool>false</bool>
</property>
<property name="maximum">
<double>999.990000000000009</double>
</property>
</widget>
<layout class="QHBoxLayout" name="loScaleFactor">
<item>
<widget class="QDoubleSpinBox" name="spCanScale">
<property name="enabled">
<bool>false</bool>
</property>
<property name="maximum">
<double>999.990000000000009</double>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 8d58514

Please sign in to comment.