Skip to content

Commit

Permalink
Updated DataTable Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Dec 31, 2019
1 parent 11380ac commit 5bbb21c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion taskt/UI/CustomControls/CustomControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,11 @@ public static class Images
uiImages.Add("ExcelDeleteCellCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("ExcelGetLastRowCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("ExcelSaveCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("ExcelActivateSheetCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("ExcelActivateSheetCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("AddDataRowCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("CreateDataTableCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("FilterDataTableCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("RemoveDataRowCommand", taskt.Properties.Resources.command_spreadsheet);
uiImages.Add("SeleniumBrowserCreateCommand", taskt.Properties.Resources.command_web);
uiImages.Add("SeleniumBrowserNavigateURLCommand", taskt.Properties.Resources.command_web);
uiImages.Add("SeleniumBrowserNavigateForwardCommand", taskt.Properties.Resources.command_web);
Expand Down

0 comments on commit 5bbb21c

Please sign in to comment.