mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Use InputTextWithHint
This commit is contained in:
parent
5dd1e98c70
commit
19605e385f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ namespace Dalamud.Plugin
|
|||
|
||||
ImGui.Text(Loc.Localize("InstallerHint", "This window allows you install and remove in-game plugins.\nThey are made by third-party developers."));
|
||||
ImGui.SameLine();
|
||||
ImGui.InputText("###XPlPluginInstaller_Search", ref this.searchText, 100);
|
||||
ImGui.InputTextWithHint("###XPlPluginInstaller_Search", Loc.Localize("InstallerSearch", "Search"), ref this.searchText, 100);
|
||||
ImGui.Separator();
|
||||
|
||||
ImGui.BeginChild("scrolling", new Vector2(0, 400), true, ImGuiWindowFlags.HorizontalScrollbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue