|
181 | 181 | <RowDefinition Height="Auto" /> |
182 | 182 | <RowDefinition Height="Auto" /> |
183 | 183 | </Grid.RowDefinitions> |
184 | | - <GridSplitter Grid.Column="1" Grid.RowSpan="20" Background="Transparent" HorizontalAlignment="Stretch" Focusable="False" /> |
| 184 | + <GridSplitter Grid.Column="1" Grid.RowSpan="20" Background="Transparent" HorizontalAlignment="Stretch" /> |
185 | 185 | <TextBlock Grid.Column="0" Grid.Row="0" Text="{x:Static localization:Strings.Name}" /> |
186 | 186 | <TextBox Grid.Column="2" Grid.Row="0" Text="{Binding SelectedNetworkInterface.Name}" /> |
187 | 187 | <TextBlock Grid.Column="0" Grid.Row="1" Text="{x:Static localization:Strings.Description}" /> |
|
482 | 482 | <RowDefinition Height="Auto" /> |
483 | 483 | <RowDefinition Height="Auto" /> |
484 | 484 | </Grid.RowDefinitions> |
485 | | - <GridSplitter Grid.Column="1" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" Focusable="False" /> |
486 | | - <GridSplitter Grid.Column="3" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" Focusable="False" /> |
487 | | - <GridSplitter Grid.Column="5" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" Focusable="False" /> |
| 485 | + <GridSplitter Grid.Column="1" Grid.Row="0" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" /> |
| 486 | + <GridSplitter Grid.Column="3" Grid.Row="0" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" /> |
| 487 | + <GridSplitter Grid.Column="5" Grid.Row="0" Grid.RowSpan="4" Background="Transparent" HorizontalAlignment="Stretch" /> |
488 | 488 | <TextBlock Grid.Column="0" Grid.Row="0" Text="{x:Static localization:Strings.CurrentDownloadSpeed}" /> |
489 | 489 | <TextBox Grid.Column="2" Grid.Row="0" Text="{Binding BandwidthBytesReceivedSpeed, Converter={StaticResource BandwidthBytesToSpeedConverter}}" /> |
490 | 490 | <TextBlock Grid.Column="0" Grid.Row="1" Text="{x:Static localization:Strings.CurrentUploadSpeed}" /> |
|
1035 | 1035 | </Style.Triggers> |
1036 | 1036 | </Style> |
1037 | 1037 | </Grid.Style> |
1038 | | - <Button HorizontalAlignment="Center" Focusable="False" Margin="0,0,0,10"> |
| 1038 | + <Button HorizontalAlignment="Center" Margin="0,0,0,10"> |
1039 | 1039 | <Button.Style> |
1040 | 1040 | <Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}"> |
1041 | 1041 | <Setter Property="Command" Value="{Binding AddProfileCommand}" /> |
1042 | | - |
1043 | 1042 | <Style.Triggers> |
1044 | 1043 | <DataTrigger Binding="{Binding Search, Converter={StaticResource StringNullOrEmptyToBoolConverter}}" Value="False"> |
1045 | 1044 | <Setter Property="Command" Value="{Binding ClearSearchCommand}" /> |
|
0 commit comments