调整 ToggleButton 宽度属性

修改了 `ToggleButton` 的 `Width` 属性,将其从 `200` 改为 `130`。
This commit is contained in:
lihanbo 2024-11-16 08:46:11 +08:00
parent ed140b5952
commit 0acb2f7bb4
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@
IsRealTime="True"
SearchStarted="SearchBar_SearchStarted" />
<ToggleButton
Width="200"
Width="130"
HorizontalContentAlignment="Left"
Content="只搜索异常项"
IsChecked="{Binding OnlyShowError}"
Style="{StaticResource ToggleButtonSwitch}" />