fix the annoying hover glitch on create new module form close button and resource lookup error

This commit is contained in:
Rene Schwarz
2021-08-11 00:50:54 +02:00
parent c86b1bc7c4
commit c3e28df8f9
34 changed files with 212 additions and 121 deletions

View File

@@ -227,7 +227,7 @@
<SolidColorBrush Color="White" Opacity="0.67" />
</TextBlock.Foreground>
</TextBlock>
<RadioButton Command="{Binding SwitchViewModelCommand}" CommandParameter="dashboardviewmodel" Grid.Row="1" Content="Dashboard" Height="50">
<RadioButton IsChecked="True" Command="{Binding SwitchViewModelCommand}" CommandParameter="dashboardviewmodel" Grid.Row="1" Content="Dashboard" Height="50">
<RadioButton.Style>
<Style TargetType="{x:Type RadioButton}">
<Setter Property="Cursor" Value="Hand" />