Skip to content

Commit 46b481c

Browse files
committed
Increased Lysososome upgrade GUI size to remove a scrollbar
from the lipase description
1 parent 076a49a commit 46b481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/microbe_stage/editor/upgrades/LysosomeUpgradeGUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public bool ApplyChanges(ICellEditorComponent editorComponent, OrganelleUpgrades
7474

7575
public Vector2 GetMinDialogSize()
7676
{
77-
return new Vector2(420, 135);
77+
return new Vector2(420, 145);
7878
}
7979

8080
protected override void Dispose(bool disposing)

0 commit comments

Comments
 (0)