Resize settings window
This commit is contained in:
parent
3a6d61b54b
commit
f174c87dd4
|
@ -11,7 +11,7 @@ namespace DalamudShock.Windows
|
|||
public ConfigWindow(Plugin plugin) : base("DalamudShock Config###69420")
|
||||
{
|
||||
Flags = ImGuiWindowFlags.NoScrollWithMouse;
|
||||
Size = new Vector2(600, 400);
|
||||
Size = new Vector2(600, 250);
|
||||
SizeCondition = ImGuiCond.Always;
|
||||
Configuration = plugin.Configuration;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue