Skip to content

Commit

Permalink
Revert "FormState Default when creating new config is now Maximized"
Browse files Browse the repository at this point in the history
This reverts commit 659e8f6.
  • Loading branch information
maforget committed Mar 14, 2024
1 parent 3f2257b commit 409cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComicRack/Config/DisplayWorkspace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public DisplayWorkspace(string name)
FileView = new ComicExplorerViewSettings();
DatabaseView = new ComicExplorerViewSettings();
UndockedReaderState = FormWindowState.Normal;
FormState = FormWindowState.Maximized;
FormState = FormWindowState.Normal;
PanelVisible = true;
PanelDock = DockStyle.Fill;
PanelSize = new Size(400, 250).ScaleDpi();
Expand Down

0 comments on commit 409cdf7

Please sign in to comment.