napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

Set a range to the steps QSpinBox #86

Closed Fifourche closed 3 years ago

Fifourche commented 3 years ago

The QSpinBox for steps value from the widget was limited to a range of 0 to 99. I set it to a more coherent value of 1 to 100000. I arbitrarily chose this last value, corresponding to the biggest power often that fitted in the box while the widget was reduced to a minimal size.

codecov[bot] commented 3 years ago

Codecov Report

Merging #86 (4c8b419) into main (c0e939d) will decrease coverage by 0.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
- Coverage   68.11%   68.03%   -0.09%     
==========================================
  Files          17       17              
  Lines         828      829       +1     
==========================================
  Hits          564      564              
- Misses        264      265       +1     
Impacted Files Coverage Δ
napari_animation/_qt/frame_widget.py 34.09% <0.00%> (-0.80%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0e939d...4c8b419. Read the comment docs.