forked from aly/qstbak
muffin v7.5.0
This commit is contained in:
parent
afafd5e377
commit
a6481e7b9a
67 changed files with 4281 additions and 2372 deletions
|
|
@ -20,15 +20,16 @@ internal sealed class QuestValidationWindow : LWindow, IPersistableWindowConfig
|
|||
public QuestValidationWindow(QuestValidationComponent questValidationComponent, IDalamudPluginInterface pluginInterface, Configuration configuration)
|
||||
: base("Quest Validation###QuestionableValidator")
|
||||
{
|
||||
//IL_0061: Unknown result type (might be due to invalid IL or missing references)
|
||||
_questValidationComponent = questValidationComponent;
|
||||
_pluginInterface = pluginInterface;
|
||||
_configuration = configuration;
|
||||
base.Size = new Vector2(800f, 400f);
|
||||
base.SizeCondition = ImGuiCond.FirstUseEver;
|
||||
base.SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
MinimumSize = new Vector2(600f, 300f)
|
||||
};
|
||||
WindowSizeConstraints value = default(WindowSizeConstraints);
|
||||
((WindowSizeConstraints)(ref value))._002Ector();
|
||||
((WindowSizeConstraints)(ref value)).MinimumSize = new Vector2(600f, 300f);
|
||||
((Window)this).SizeConstraints = value;
|
||||
}
|
||||
|
||||
public void SaveWindowConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue