mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Merge remote-tracking branch 'origin/master' into v9-rollup
This commit is contained in:
commit
38a4a7f580
36 changed files with 1336 additions and 279 deletions
|
|
@ -79,7 +79,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