diff options
author | tom-overton <tom.overton@outlook.com> | 2021-03-04 00:04:34 -0800 |
---|---|---|
committer | tom-overton <tom.overton@outlook.com> | 2021-03-04 00:04:34 -0800 |
commit | 72a837c87affc36281398ee8541eea8c1fd40206 (patch) | |
tree | 734cfeb5c17cd2db60e0b9d9e1ff28cf39cf3cad | |
parent | f438664c827b066a9a1c0f6fc492edffd67487f4 (diff) |
GUI: Put Limit Main Game Legendaries back where it was before since it applies to more games now
-rw-r--r-- | src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.form | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.form b/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.form index 22a5693..d876033 100644 --- a/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.form +++ b/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.form @@ -1009,7 +1009,7 @@ </component> <component id="69057" class="javax.swing.JCheckBox" binding="stpAllowAltFormesCheckBox"> <constraints> - <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> + <grid row="3" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties> @@ -1020,7 +1020,7 @@ </component> <component id="cde9e" class="javax.swing.JCheckBox" binding="stpLimitMainGameLegendariesCheckBox"> <constraints> - <grid row="3" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> + <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <gridbag weightx="1.0" weighty="0.0"/> </constraints> <properties> |