diff --git a/src/cheats/cheatEditArcology.js b/src/cheats/cheatEditArcology.js
index 852bd1648d34b45ac18f8dabd7663f1717d0f09a..85569f9b74441f0deda5a529c02326c33fe89d5e 100644
--- a/src/cheats/cheatEditArcology.js
+++ b/src/cheats/cheatEditArcology.js
@@ -7,7 +7,7 @@ App.UI.Cheat.arcology = function(num) {
 	const el = new DocumentFragment();
 	const arc = V.arcologies[num];
 	let option;
-	const options = new App.UI.OptionsGroup();
+	const options = new App.UI.OptionsGroup().enableDoubleColumn();
 	options.addOption("Name", "name", arc).showTextBox();
 	option = options.addOption("Direction", "direction", arc);
 	if (num > 0) {