Skip to content

Commit

Permalink
DOC: pre-release notes, clean up ui file
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Sep 19, 2023
1 parent ead1ae4 commit 36f29df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
5 changes: 1 addition & 4 deletions atef/ui/multi_mode_value_edit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>186</width>
<width>197</width>
<height>213</height>
</rect>
</property>
Expand Down Expand Up @@ -150,9 +150,6 @@
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="decimals">
<number>10</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
Expand Down
22 changes: 22 additions & 0 deletions docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
208 mnt_sci_double_spinbox
##########################

API Changes
-----------
- N/A

Features
--------
- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit.

Bugfixes
--------
- N/A

Maintenance
-----------
- N/A

Contributors
------------
- tangkong

0 comments on commit 36f29df

Please sign in to comment.