Skip to content

Commit

Permalink
Fix window auto resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanawy committed Jan 2, 2025
1 parent 83addc3 commit 372b2f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Run History"
author = "Vanawy"
category = "Overlay"
version = "0.8.0"
version = "0.8.1"

[script]
dependencies = ["MLHook", "MLFeedRaceData"]
Expand Down
3 changes: 0 additions & 3 deletions src/history_table.as
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ class HistoryTable
}


UI::BeginGroup();

if(UI::BeginTable(TEXT_PLUGIN_NAME, numCols, UI::TableFlags::SizingFixedFit)) {

// print(targets.Length);
Expand Down Expand Up @@ -108,7 +106,6 @@ class HistoryTable
}
UI::EndTable();
}
UI::EndGroup();
}

void RenderHeader(Target@ target)
Expand Down

0 comments on commit 372b2f8

Please sign in to comment.