ilastik / volumina

Volume Slicing and Editing
http://ilastik.org
Other
32 stars 65 forks source link

Fixes for dark mode display #314

Closed k-dominik closed 1 month ago

k-dominik commented 1 month ago

related to https://github.com/ilastik/ilastik/pull/2898

Comes down to remove explicit background color settings, or make them palette-dependent colors.

Also removed unnecessary validation code in ValueRangeWidget (added some more tests instead ;))

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 36.22%. Comparing base (baf0c13) to head (2818aee). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
volumina/widgets/dataExportOptionsDlg.py 0.00% 1 Missing :warning:
volumina/widgets/valueRangeWidget.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ========================================== - Coverage 36.58% 36.22% -0.36% ========================================== Files 108 108 Lines 11489 11454 -35 ========================================== - Hits 4203 4149 -54 - Misses 7286 7305 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.