Summary of feature description
In the Staus bar are always shown 6 numbers, independent of positions before decimal point. This makes no sense for 1-digit numbers with 5 positions before decimal point. Set it to always use 2 in the output.
Proposed solution
Use std::fixed and .precision(2) in the output
Affected classes
QmitkSliceNavigationController.cpp
How will the bugfix get tested?
Manually, by looking at the status bar. Main function is provided by STL.
