diff --git a/XP.Hardware.Detector/Views/DetectorConfigView.xaml b/XP.Hardware.Detector/Views/DetectorConfigView.xaml
index 9944825..0891701 100644
--- a/XP.Hardware.Detector/Views/DetectorConfigView.xaml
+++ b/XP.Hardware.Detector/Views/DetectorConfigView.xaml
@@ -12,7 +12,7 @@
prism:ViewModelLocator.AutoWireViewModel="True"
Background="White">
-
+
@@ -23,8 +23,8 @@
-
-
+
+
@@ -140,11 +140,12 @@
-
+
+ HorizontalAlignment="Stretch"
+ VerticalAlignment="Stretch"/>
diff --git a/XP.Hardware.Detector/Views/DetectorConfigWindow.xaml b/XP.Hardware.Detector/Views/DetectorConfigWindow.xaml
index 2532120..b2830d7 100644
--- a/XP.Hardware.Detector/Views/DetectorConfigWindow.xaml
+++ b/XP.Hardware.Detector/Views/DetectorConfigWindow.xaml
@@ -4,8 +4,8 @@
xmlns:loc="clr-namespace:XP.Common.Localization.Extensions;assembly=XP.Common"
xmlns:detectorViews="clr-namespace:XP.Hardware.Detector.Views"
Title="{loc:Localization Detector_ConfigWindowTitle}"
- Height="420" Width="400"
- MinHeight="380" MinWidth="360"
+ Height="450" Width="400"
+ MinHeight="400" MinWidth="360"
WindowStartupLocation="CenterOwner"
ResizeMode="CanResize">