|
|
@ -21,7 +21,6 @@ |
|
|
|
<!--CloseButtonColor="{StaticResource WindowButtonColor}" --> |
|
|
|
<c:BWindow.Resources> |
|
|
|
<ResourceDictionary> |
|
|
|
|
|
|
|
<Style x:Key="middleTextBox" TargetType="TextBox"> |
|
|
|
<Setter Property="HorizontalAlignment" Value="Stretch"/> |
|
|
|
<Setter Property="VerticalAlignment" Value="Stretch"/> |
|
|
@ -29,9 +28,7 @@ |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center"/> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center"/> |
|
|
|
<Setter Property="Margin" Value="1"/> |
|
|
|
|
|
|
|
</Style> |
|
|
|
|
|
|
|
</ResourceDictionary> |
|
|
|
</c:BWindow.Resources> |
|
|
|
<Grid > |
|
|
|