mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
fix: component demo icon display
This commit is contained in:
parent
5d1537b3ed
commit
bb69feb6e1
1 changed files with 1 additions and 2 deletions
|
|
@ -71,10 +71,9 @@ namespace Dalamud.Interface.Components
|
||||||
if (ImGui.BeginPopup("IconButtonDemoPopup"))
|
if (ImGui.BeginPopup("IconButtonDemoPopup"))
|
||||||
{
|
{
|
||||||
ImGui.Text("You clicked!");
|
ImGui.Text("You clicked!");
|
||||||
}
|
|
||||||
|
|
||||||
ImGui.EndPopup();
|
ImGui.EndPopup();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private static void TextWithLabelDemo()
|
private static void TextWithLabelDemo()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue