diff --git a/Core/Other/FormPlugins.cs b/Core/Other/FormPlugins.cs
index 5f7057ae..71d0251c 100644
--- a/Core/Other/FormPlugins.cs
+++ b/Core/Other/FormPlugins.cs
@@ -78,8 +78,8 @@ public void ReloadPluginTab(){
                 }
             }
 
-            flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
             flowLayoutPlugins.ResumeLayout(true);
+            flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
         }
 
         private void pluginManager_Reloaded(object sender, PluginLoadEventArgs e){