Skip to content

Commit 9024e98

Browse files
committed
Fix: Dialog view
1 parent 7af4428 commit 9024e98

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Source/NETworkManager/Resources/Styles/CheckBoxStyles.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
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}" />

Source/NETworkManager/Resources/Styles/ChildWindowStyles.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
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>

Source/NETworkManager/ViewModels/FirewallViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Diagnostics;
2-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
32
using NETworkManager.Localization.Resources;
43

54
namespace NETworkManager.ViewModels;

0 commit comments

Comments
 (0)