Skip to content
Snippets Groups Projects
Commit 540fc775 authored by Ed86's avatar Ed86
Browse files

fix sex settings menu

parent 09c2be66
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ namespace rjw
Listing_Standard listingStandard = new Listing_Standard();
listingStandard.maxOneColumn = true;
listingStandard.ColumnWidth = viewRect.width / 2.05f;
listingStandard.ColumnWidth = viewRect.width / 3.15f;
listingStandard.Begin(viewRect);
listingStandard.Gap(4f);
listingStandard.Label("SexTypeFrequency".Translate());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment