|
@@ -14,6 +14,6 @@
|
|
|
<RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Border BorderBrush="Black" BorderThickness="1,1,1,0" Grid.Row="0" VerticalAlignment="Top" Background="Black" IsHitTestVisible="False"/>
|
|
|
- <Border BorderBrush="Black" BorderThickness="1,0,1,1" Grid.Row="1" x:Name="BrowserBorder"/>
|
|
|
+ <Border BorderBrush="White" BorderThickness="1,0,1,1" Grid.Row="1" x:Name="BrowserBorder"/>
|
|
|
</Grid>
|
|
|
</Window>
|