调整 ToggleButton 宽度属性
修改了 `ToggleButton` 的 `Width` 属性,将其从 `200` 改为 `130`。
This commit is contained in:
parent
ed140b5952
commit
0acb2f7bb4
|
@ -160,7 +160,8 @@
|
|||
IsRealTime="True"
|
||||
SearchStarted="SearchBar_SearchStarted" />
|
||||
<ToggleButton
|
||||
Width="200"
|
||||
Width="130"
|
||||
HorizontalContentAlignment="Left"
|
||||
Content="只搜索异常项"
|
||||
IsChecked="{Binding OnlyShowError}"
|
||||
Style="{StaticResource ToggleButtonSwitch}" />
|
||||
|
|
Loading…
Reference in New Issue