Files
calculator/src/Calculator/Views
Rudy Huyn af41a183a7 Optimize and simplify CalculationResult to be able to update the FontSize and the DisplayMargin without fully updating the Style. (#217)
- Merge the 3 CalculationResultStyle(S|M|L) in App.xaml
- Only modify CalculationResult::*FontSize in Calculator.xaml instead of fully updating the style of the control.
- Create a new property MaxFontSize in order to be able to update it without being forced to fully update the Style (because m_startingFontSize was set in OnApplyTemplate)
- Modify how DisplayMargin is managed to prevent the textblock Margin to shift when we update its value (without fully updating the Style).
2019-04-05 13:04:39 -07:00
..
2019-01-28 16:24:37 -08:00
2019-01-28 16:24:37 -08:00
2019-02-01 15:15:48 -08:00
2019-01-28 16:24:37 -08:00
2019-03-15 02:06:10 -07:00
2019-01-28 16:24:37 -08:00
2019-01-28 16:24:37 -08:00
2019-01-28 16:24:37 -08:00