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.
Visibility in Graph
1 parent 5b6450d commit 1eb313fCopy full SHA for 1eb313f
src/Views/FilterModeInGraph.axaml
@@ -8,7 +8,9 @@
8
x:DataType="vm:FilterModeInGraph">
9
<Grid RowDefinitions="22,26">
10
<TextBlock Grid.Row="0"
11
- Text="{DynamicResource Text.Repository.FilterCommits}"/>
+ Text="{DynamicResource Text.Repository.FilterCommits}"
12
+ FontWeight="Bold"
13
+ Foreground="{DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}"/>
14
15
<StackPanel Grid.Row="1" Orientation="Horizontal">
16
<ToggleButton Classes="line_path"
@@ -20,7 +22,7 @@
20
22
21
23
24
Width="15" Height="26"
- Margin="8,0,0,0"
25
+ Margin="12,0,0,0"
26
Background="Transparent"
27
IsChecked="{Binding IsExcluded, Mode=TwoWay}">
28
<Path Width="13" Height="13" Data="{StaticResource Icons.EyeClose}"/>
0 commit comments