CircumSpector/DS4Windows

Switch UI to MahApps.Metro

nefarius opened this issue · 1 comments

This will basically deprecate and replace #6 which seems like wasted effort, but MahApps.Metro also offers a ton of custom WPF controls that may even be able to replace the dependency on Extended WPF Toolkit which currently looks out of place due to Adonis styling not covering the custom toolkit controls.

Replacing Adonis UI is quite a swift task anyway, most could be done via simple search & replace actions.

Controls and types used from WPF Toolkit

  • IntegerUpDown
  • DoubleUpDown
  • ColorPicker
  • InverseBoolConverter
  • ThicknessSideRemovalConverter
  • SplitButton
  • ButtonChrome
  • ButtonSpinner
  • WatermarkTextBox
  • ColorCanvas
  • DecimalUpDown

This has become obsolete by the way the latest UI is designed.