Skip to content

Commit 5bbb21c

Browse files
committed
Updated DataTable Icons
1 parent 11380ac commit 5bbb21c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

taskt/UI/CustomControls/CustomControls.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,11 @@ public static Dictionary<string, Image> UIImageDictionary()
484484
uiImages.Add("ExcelDeleteCellCommand", taskt.Properties.Resources.command_spreadsheet);
485485
uiImages.Add("ExcelGetLastRowCommand", taskt.Properties.Resources.command_spreadsheet);
486486
uiImages.Add("ExcelSaveCommand", taskt.Properties.Resources.command_spreadsheet);
487-
uiImages.Add("ExcelActivateSheetCommand", taskt.Properties.Resources.command_spreadsheet);
487+
uiImages.Add("ExcelActivateSheetCommand", taskt.Properties.Resources.command_spreadsheet);
488+
uiImages.Add("AddDataRowCommand", taskt.Properties.Resources.command_spreadsheet);
489+
uiImages.Add("CreateDataTableCommand", taskt.Properties.Resources.command_spreadsheet);
490+
uiImages.Add("FilterDataTableCommand", taskt.Properties.Resources.command_spreadsheet);
491+
uiImages.Add("RemoveDataRowCommand", taskt.Properties.Resources.command_spreadsheet);
488492
uiImages.Add("SeleniumBrowserCreateCommand", taskt.Properties.Resources.command_web);
489493
uiImages.Add("SeleniumBrowserNavigateURLCommand", taskt.Properties.Resources.command_web);
490494
uiImages.Add("SeleniumBrowserNavigateForwardCommand", taskt.Properties.Resources.command_web);

0 commit comments

Comments
 (0)