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 6969 <DataTemplate x : DataType =" {x:Type m:Commit}" >
7070 <Border Margin =" {Binding Margin}" >
7171 <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+
7282 <ItemsControl ItemsSource =" {Binding Decorators}" IsVisible =" {Binding HasDecorators}" >
7383 <ItemsControl .ItemsPanel>
7484 <ItemsPanelTemplate >
100110 </DataTemplate >
101111 </ItemsControl .ItemTemplate>
102112 </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}" />
113113
114114 <TextBlock Classes =" monospace"
115115 Text =" {Binding Subject}"
You can’t perform that action at this time.
0 commit comments