diff --git a/clashN/clashN/Views/PorfileEditWindow.xaml b/clashN/clashN/Views/PorfileEditWindow.xaml
index 462ed03..840e6f6 100644
--- a/clashN/clashN/Views/PorfileEditWindow.xaml
+++ b/clashN/clashN/Views/PorfileEditWindow.xaml
@@ -11,8 +11,8 @@
xmlns:resx="clr-namespace:clashN.Resx"
xmlns:vms="clr-namespace:clashN.ViewModels"
Title="clashN"
- Width="900"
- Height="660"
+ Width="700"
+ Height="600"
x:TypeArguments="vms:ProfileEditViewModel"
Background="{DynamicResource MaterialDesignPaper}"
KeyDown="PorfileEditWindow_KeyDown"
@@ -53,14 +53,14 @@
@@ -69,8 +69,8 @@
x:Name="txtRemarks"
Grid.Row="1"
Grid.Column="1"
- Width="360"
- Margin="8"
+ Width="300"
+ Margin="4"
VerticalAlignment="Top"
AcceptsReturn="True"
Style="{StaticResource MaterialDesignOutlinedTextBox}"
@@ -79,7 +79,7 @@
@@ -87,8 +87,8 @@
x:Name="txtUrl"
Grid.Row="2"
Grid.Column="1"
- Width="360"
- Margin="8"
+ Width="300"
+ Margin="4"
VerticalAlignment="Top"
AcceptsReturn="True"
Style="{StaticResource MaterialDesignOutlinedTextBox}"
@@ -97,7 +97,7 @@
@@ -105,8 +105,8 @@
x:Name="txtAddress"
Grid.Row="3"
Grid.Column="1"
- Width="360"
- Margin="8"
+ Width="300"
+ Margin="4"
VerticalAlignment="Top"
AcceptsReturn="True"
IsReadOnly="True"
@@ -115,7 +115,8 @@
+ VerticalAlignment="Center"
+ Orientation="Vertical">
@@ -133,7 +134,7 @@
@@ -141,8 +142,8 @@
x:Name="txtUserAgent"
Grid.Row="4"
Grid.Column="1"
- Width="360"
- Margin="8"
+ Width="300"
+ Margin="4"
VerticalAlignment="Top"
AcceptsReturn="True"
Style="{StaticResource MaterialDesignOutlinedTextBox}"
@@ -151,7 +152,7 @@
@@ -159,14 +160,14 @@
x:Name="cmbCoreType"
Grid.Row="5"
Grid.Column="1"
- Margin="8"
+ Margin="4"
materialDesign:HintAssist.Hint="Core"
Style="{StaticResource MaterialDesignOutlinedComboBox}" />
@@ -174,13 +175,13 @@
x:Name="togEnableTun"
Grid.Row="6"
Grid.Column="1"
- Margin="8"
+ Margin="4"
HorizontalAlignment="Left" />
@@ -188,13 +189,13 @@
x:Name="togEnabled"
Grid.Row="7"
Grid.Column="1"
- Margin="8"
+ Margin="4"
HorizontalAlignment="Left" />
@@ -202,7 +203,7 @@
x:Name="togEnableConvert"
Grid.Row="8"
Grid.Column="1"
- Margin="8"
+ Margin="4"
HorizontalAlignment="Left" />
@@ -217,13 +218,13 @@