CalcViewModel code cleaning (#754)
* move KeyboardShortcutManager, ValidationConverter and ViewState to Calculator * remove dead code listed in #753 * remove Microsoft.UI.Xaml nuget package from CalcViewModel
This commit is contained in:
@@ -403,7 +403,7 @@
|
||||
Grid.Row="2"
|
||||
Visibility="{Binding IsDateDiffMode, Converter={StaticResource BooleanToVisibilityConverter}}">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="1*" MaxHeight="17"/>
|
||||
<RowDefinition Height="1*" MaxHeight="17"/>
|
||||
<RowDefinition Height="Auto" MinHeight="32"/>
|
||||
<RowDefinition Height="1*" MaxHeight="24"/>
|
||||
<RowDefinition Height="Auto" MinHeight="32"/>
|
||||
|
||||
Reference in New Issue
Block a user