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}" -->
<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 >

Loading…
Cancel
Save