Skip to content

Commit bfec439

Browse files
committed
Move Outgoing above Incoming.
1 parent a15515c commit bfec439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RetailCoder.VBE/UI/SourceControl/UnsyncedCommitsView.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
</Grid>
136136
</WrapPanel>
137137

138-
<GroupBox Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncomingCommits}"
138+
<GroupBox Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_OutgoingCommits}"
139139
Height="175"
140140
Padding="5">
141-
<DataGrid ItemsSource="{Binding IncomingCommits}"
141+
<DataGrid ItemsSource="{Binding OutgoingCommits}"
142142
AutoGenerateColumns="False"
143143
CanUserReorderColumns="False"
144144
IsReadOnly="True"
@@ -165,10 +165,10 @@
165165
</DataGrid.Columns>
166166
</DataGrid>
167167
</GroupBox>
168-
<GroupBox Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_OutgoingCommits}"
168+
<GroupBox Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncomingCommits}"
169169
Height="175"
170170
Padding="5">
171-
<DataGrid ItemsSource="{Binding OutgoingCommits}"
171+
<DataGrid ItemsSource="{Binding IncomingCommits}"
172172
AutoGenerateColumns="False"
173173
CanUserReorderColumns="False"
174174
IsReadOnly="True"

0 commit comments

Comments
 (0)