Skip to content

Commit 7bd89ce

Browse files
committed
Move decay radio widget into advanced group box, and set the default value to 0. This method of controlling the kernel shape is non-standard, and should be achieved instead by giving users a choice of standard kernel functions.
1 parent 1164c81 commit 7bd89ce

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/plugins/heatmap/heatmapguibase.ui

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>430</width>
10-
<height>380</height>
9+
<width>460</width>
10+
<height>382</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -101,20 +101,6 @@
101101
</item>
102102
</widget>
103103
</item>
104-
<item row="5" column="0">
105-
<widget class="QLabel" name="mDecayLabel">
106-
<property name="text">
107-
<string>Decay Ratio</string>
108-
</property>
109-
</widget>
110-
</item>
111-
<item row="5" column="1" colspan="2">
112-
<widget class="QLineEdit" name="mDecayLineEdit">
113-
<property name="text">
114-
<string>0.1</string>
115-
</property>
116-
</widget>
117-
</item>
118104
<item row="6" column="0" colspan="3">
119105
<widget class="QGroupBox" name="advancedGroupBox">
120106
<property name="sizePolicy">
@@ -239,6 +225,20 @@
239225
</property>
240226
</widget>
241227
</item>
228+
<item row="2" column="1" colspan="2">
229+
<widget class="QLineEdit" name="mDecayLineEdit">
230+
<property name="text">
231+
<string>0.0</string>
232+
</property>
233+
</widget>
234+
</item>
235+
<item row="2" column="0">
236+
<widget class="QLabel" name="mDecayLabel">
237+
<property name="text">
238+
<string>Decay Ratio</string>
239+
</property>
240+
</widget>
241+
</item>
242242
</layout>
243243
</item>
244244
</layout>

0 commit comments

Comments
 (0)