diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 23:27:02 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 23:27:02 -0700 |
| commit | 00b696bf6ce7f5f4bfb6217641822b21282b1c2e (patch) | |
| tree | 198967d3485d90d40646548bd11722546c42e5bb | |
| parent | d67c27bdcb718017cd527ba6ab557c16aa17e6e5 (diff) | |
remove extra bottom spacing in MainWindow
| -rw-r--r-- | Malmstone/Windows/MainWindow.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs index 2a5de0f..0cbfe61 100644 --- a/Malmstone/Windows/MainWindow.cs +++ b/Malmstone/Windows/MainWindow.cs @@ -129,9 +129,6 @@ namespace Malmstone.Windows { ImGui.BulletText($"Lose: {xpResult.ActivityCounts["Rival Wings Lose"]} times"); } - - ImGui.Spacing(); - ImGui.Separator(); } } } |
