We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98041c8 commit 25e272fCopy full SHA for 25e272f
src/Views/FilterModeInGraph.axaml
@@ -13,15 +13,15 @@
13
14
<StackPanel Grid.Row="1" Orientation="Horizontal">
15
<ToggleButton Classes="line_path"
16
- Width="13" Height="26"
+ Width="15" Height="26"
17
Background="Transparent"
18
IsChecked="{Binding IsFiltered, Mode=TwoWay}">
19
<Path Width="13" Height="13" Data="{StaticResource Icons.Filter}"/>
20
</ToggleButton>
21
22
23
24
- Margin="10,0,0,0"
+ Margin="8,0,0,0"
25
26
IsChecked="{Binding IsExcluded, Mode=TwoWay}">
27
<Path Width="13" Height="13" Data="{StaticResource Icons.EyeClose}"/>
0 commit comments