We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4477 commit 01abf2cCopy full SHA for 01abf2c
1 file changed
src/gui/menu.ts
@@ -312,11 +312,11 @@ modmanager.gui.Menu = (sc.ListInfoMenu ?? sc.SortableListMenu).extend({
312
initModOptionsButton(bottomY) {
313
this.modOptionsButton = new sc.ButtonGui(
314
'\\i[rightClickOrR2]' + Lang.modOptions,
315
- 110,
+ 134,
316
true,
317
sc.BUTTON_TYPE.SMALL
318
)
319
- this.modOptionsButton.setPos(32, bottomY)
+ this.modOptionsButton.setPos(7, bottomY)
320
this.modOptionsButton.doStateTransition('HIDDEN')
321
this.modOptionsButton.onButtonPress = () => {
322
const tryPress = (): boolean => {
0 commit comments