Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
668c079aac
  1. 3
      BBWY.Client/Views/FallWare/SetJDWareBoxWindow.xaml

3
BBWY.Client/Views/FallWare/SetJDWareBoxWindow.xaml

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

Loading…
Cancel
Save