Fixes the Size of the Gas Filter TGUI Window
This commit is contained in:
Hayden Redacted
2025-12-14 15:43:22 +00:00
committed by GitHub
parent b0463d3c83
commit 33d70bfcda
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ export const AtmosFilter = (props) => {
const { on, pressure, max_pressure, filter_type, filter_type_list } = data;
return (
<Window width={380} height={140}>
<Window width={380} height={160}>
<Window.Content>
<Section>
<LabeledList>
File diff suppressed because one or more lines are too long