MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

mrview: Right-justify floating-point text #2941

Open Lestropie opened 4 months ago

Lestropie commented 4 months ago

It is often frustrating with toolbar contents where, for some GUI text box content, floating-point values are computed based on image content / modified by user dragging up and down in the case of AdjustButton / modified by floating-point imprecision after conversion from a user-specified string (see #2858). The GUI element is often not wide enough to show the full string representation of the floating-point content. But what gets consequently obscured is the most significant digits, not the least significant ones.

Much of this problem could likely be alleviated by changing these items to use right justification rather than the default left.