File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <Style x : Key =" DefaultCheckBox" TargetType =" {x:Type CheckBox}" BasedOn =" {StaticResource MahApps.Styles.CheckBox}" >
55 <Setter Property =" BorderBrush" Value =" {DynamicResource MahApps.Brushes.Gray8}" />
66 <Setter Property =" mah:ControlsHelper.FocusBorderBrush" Value =" {DynamicResource MahApps.Brushes.Gray8}" />
7- <Setter Property =" FontSize" Value =" 14" />
8- <Setter Property =" Validation.ErrorTemplate" Value =" {StaticResource OuterOffsetErrorTemplate}" />
7+ <Setter Property =" FontSize" Value =" 14" />
98 </Style >
109
1110 <Style TargetType =" {x:Type CheckBox}" BasedOn =" {StaticResource DefaultCheckBox}" />
Original file line number Diff line number Diff line change 1111 <Setter Property =" OverlayBrush" Value =" {DynamicResource ResourceKey=MahApps.Brushes.Gray.SemiTransparent}" />
1212 <Setter Property =" TitleForeground" Value =" {DynamicResource ResourceKey=MahApps.Brushes.Gray3}" />
1313 <Setter Property =" ChildWindowWidth" Value =" 500" />
14- <Setter Property =" ChildWindowHeight " Value =" 500" />
14+ <Setter Property =" ChildWindowMaxHeight " Value =" 500" />
1515 </Style >
1616</ResourceDictionary >
Original file line number Diff line number Diff line change 1- using System . Diagnostics ;
2- using System . Threading . Tasks ;
1+ using System . Threading . Tasks ;
32using NETworkManager . Localization . Resources ;
43
54namespace NETworkManager . ViewModels ;
You can’t perform that action at this time.
0 commit comments