File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 69
69
<DataTemplate x : DataType =" {x:Type m:Commit}" >
70
70
<Border Margin =" {Binding Margin}" >
71
71
<StackPanel Orientation =" Horizontal" Margin =" 2,0,0,0" >
72
+ <Ellipse Width =" 5" Height =" 5"
73
+ Margin =" 0,0,4,0"
74
+ Fill =" {DynamicResource Brush.Accent}"
75
+ IsVisible =" {Binding CanPushToUpstream}" />
76
+
77
+ <Ellipse Width =" 5" Height =" 5"
78
+ Margin =" 0,0,4,0"
79
+ Fill =" {DynamicResource Brush.FG1}"
80
+ IsVisible =" {Binding CanPullFromUpstream}" />
81
+
72
82
<ItemsControl ItemsSource =" {Binding Decorators}" IsVisible =" {Binding HasDecorators}" >
73
83
<ItemsControl .ItemsPanel>
74
84
<ItemsPanelTemplate >
100
110
</DataTemplate >
101
111
</ItemsControl .ItemTemplate>
102
112
</ItemsControl >
103
-
104
- <Ellipse Width =" 5" Height =" 5"
105
- Margin =" 0,0,4,0"
106
- Fill =" {DynamicResource Brush.Accent}"
107
- IsVisible =" {Binding CanPushToUpstream}" />
108
-
109
- <Ellipse Width =" 5" Height =" 5"
110
- Margin =" 0,0,4,0"
111
- Fill =" {DynamicResource Brush.FG1}"
112
- IsVisible =" {Binding CanPullFromUpstream}" />
113
113
114
114
<TextBlock Classes =" monospace"
115
115
Text =" {Binding Subject}"
You can’t perform that action at this time.
0 commit comments