mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-15 07:35:04 +00:00
ux: layout of filter mode toggle buttons
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
98041c803e
commit
25e272fa55
1 changed files with 3 additions and 3 deletions
|
@ -13,15 +13,15 @@
|
|||
|
||||
<StackPanel Grid.Row="1" Orientation="Horizontal">
|
||||
<ToggleButton Classes="line_path"
|
||||
Width="13" Height="26"
|
||||
Width="15" Height="26"
|
||||
Background="Transparent"
|
||||
IsChecked="{Binding IsFiltered, Mode=TwoWay}">
|
||||
<Path Width="13" Height="13" Data="{StaticResource Icons.Filter}"/>
|
||||
</ToggleButton>
|
||||
|
||||
<ToggleButton Classes="line_path"
|
||||
Width="13" Height="26"
|
||||
Margin="10,0,0,0"
|
||||
Width="15" Height="26"
|
||||
Margin="8,0,0,0"
|
||||
Background="Transparent"
|
||||
IsChecked="{Binding IsExcluded, Mode=TwoWay}">
|
||||
<Path Width="13" Height="13" Data="{StaticResource Icons.EyeClose}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue