Skip to content

BUG: Fixes for Units UI

Robert M. O'Bara requested to merge bob.obara/smtk:fixesForUnitsUI into master

The Item Definition's unit string is now used instead of the corresponding Unit's name since km would result in the name "meter" and not km or kilometer. The places where this is used are:

  • Placeholder text
  • Appending the units to a value when no units are specified
  • Inserting the Definition's units in the completer list

Merge request reports