chore: increase size of profiles tutorial

This commit is contained in:
goat 2023-08-23 20:48:57 +02:00
parent 122f4a462b
commit 84cd209d86
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -78,7 +78,7 @@ internal class ProfileManagerWidget
private void DrawTutorial(string modalTitle) private void DrawTutorial(string modalTitle)
{ {
var open = true; 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)) using (var popup = ImRaii.PopupModal(modalTitle, ref open))
{ {
if (popup) if (popup)