mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Change order of Add Mod and Delete Mod button.
This commit is contained in:
parent
13b275c83f
commit
1d3d6dc3af
1 changed files with 2 additions and 2 deletions
|
|
@ -332,11 +332,11 @@ namespace Penumbra.UI
|
|||
ImGui.PushStyleVar( ImGuiStyleVar.WindowPadding, ZeroVector );
|
||||
ImGui.PushStyleVar( ImGuiStyleVar.FrameRounding, 0 );
|
||||
|
||||
DrawModTrashButton();
|
||||
DrawModAddButton();
|
||||
ImGui.SameLine();
|
||||
DrawModHelpButton();
|
||||
ImGui.SameLine();
|
||||
DrawModAddButton();
|
||||
DrawModTrashButton();
|
||||
|
||||
|
||||
ImGui.PopStyleVar( 3 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue