Skip to content

Commit f4245af

Browse files
committed
v9.02
1 parent 92dc3f0 commit f4245af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

1.6/Assemblies/RimBees.dll

-512 Bytes
Binary file not shown.

1.6/Source/RimBees/RimBees/ModOptions/RimBees_Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static void DoWindowContents(Rect inRect)
7171
{
7272
Listing_Standard ls = new Listing_Standard();
7373

74-
Rect rect2 = new Rect(0f, 0f, inRect.width - 30f, inRect.height + 350);
74+
Rect rect2 = new Rect(0f, 0f, inRect.width - 30f, inRect.height + 400);
7575
Widgets.BeginScrollView(inRect, ref scrollPosition, rect2, true);
7676

7777
ls.Begin(rect2);

0 commit comments

Comments
 (0)