- [GUI] change text

This commit is contained in:
Razmoth
2024-02-27 16:42:12 +04:00
parent 63b4464850
commit 566444132c

View File

@@ -904,7 +904,7 @@ namespace AssetStudio.GUI
treeSearch.ForeColor = System.Drawing.SystemColors.WindowText; treeSearch.ForeColor = System.Drawing.SystemColors.WindowText;
treeSearch.Location = new System.Drawing.Point(0, 0); treeSearch.Location = new System.Drawing.Point(0, 0);
treeSearch.Name = "treeSearch"; treeSearch.Name = "treeSearch";
treeSearch.PlaceholderText = "Search (with Ctrl to check result, with Shift for all)"; treeSearch.PlaceholderText = "Search (with Ctrl to check result, with Shift for all, alt for parent nodes)";
treeSearch.Size = new System.Drawing.Size(472, 23); treeSearch.Size = new System.Drawing.Size(472, 23);
treeSearch.TabIndex = 0; treeSearch.TabIndex = 0;
treeSearch.TextChanged += treeSearch_TextChanged; treeSearch.TextChanged += treeSearch_TextChanged;