mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: increase size of profiles tutorial
This commit is contained in:
parent
122f4a462b
commit
84cd209d86
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ internal class ProfileManagerWidget
|
|||
private void DrawTutorial(string modalTitle)
|
||||
{
|
||||
var open = true;
|
||||
ImGui.SetNextWindowSize(new Vector2(450, 350), ImGuiCond.Appearing);
|
||||
ImGui.SetNextWindowSize(new Vector2(650, 550), ImGuiCond.Appearing);
|
||||
using (var popup = ImRaii.PopupModal(modalTitle, ref open))
|
||||
{
|
||||
if (popup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue