Skip to content

Commit 25e272f

Browse files
committed
ux: layout of filter mode toggle buttons
Signed-off-by: leo <[email protected]>
1 parent 98041c8 commit 25e272f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Views/FilterModeInGraph.axaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
<StackPanel Grid.Row="1" Orientation="Horizontal">
1515
<ToggleButton Classes="line_path"
16-
Width="13" Height="26"
16+
Width="15" Height="26"
1717
Background="Transparent"
1818
IsChecked="{Binding IsFiltered, Mode=TwoWay}">
1919
<Path Width="13" Height="13" Data="{StaticResource Icons.Filter}"/>
2020
</ToggleButton>
2121

2222
<ToggleButton Classes="line_path"
23-
Width="13" Height="26"
24-
Margin="10,0,0,0"
23+
Width="15" Height="26"
24+
Margin="8,0,0,0"
2525
Background="Transparent"
2626
IsChecked="{Binding IsExcluded, Mode=TwoWay}">
2727
<Path Width="13" Height="13" Data="{StaticResource Icons.EyeClose}"/>

0 commit comments

Comments
 (0)