File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
RetailCoder.VBE/UI/SourceControl Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 217
217
IsEnabled =" {Binding ElementName=UntrackFilesGrid, Path=SelectedItem, Converter={StaticResource HasSelectedItems}}"
218
218
Content =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncludeFileButton}"
219
219
Height =" 22" />
220
- <Button Command =" {Binding DeleteFileToolbarButtonCommand}"
221
- CommandParameter =" {Binding ElementName=UntrackFilesGrid, Path=SelectedItem}"
222
- IsEnabled =" {Binding ElementName=UntrackFilesGrid, Path=SelectedItem, Converter={StaticResource HasSelectedItems}}"
223
- Height =" 22" >
224
- <StackPanel Orientation =" Horizontal" >
225
- <Image Source =" {StaticResource DeleteImage}" />
226
- <TextBlock Text =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_Delete}"
227
- Margin =" 2,0"
228
- VerticalAlignment =" Center" />
229
- </StackPanel >
230
- </Button >
231
220
</ToolBar >
232
221
</ToolBarTray >
233
222
<DataGrid ItemsSource =" {Binding UntrackedFiles}"
You can’t perform that action at this time.
0 commit comments