Skip to content

Commit 01abf2c

Browse files
gBasilkrypciak
authored andcommitted
revert mod options button width
1 parent eef4477 commit 01abf2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gui/menu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ modmanager.gui.Menu = (sc.ListInfoMenu ?? sc.SortableListMenu).extend({
312312
initModOptionsButton(bottomY) {
313313
this.modOptionsButton = new sc.ButtonGui(
314314
'\\i[rightClickOrR2]' + Lang.modOptions,
315-
110,
315+
134,
316316
true,
317317
sc.BUTTON_TYPE.SMALL
318318
)
319-
this.modOptionsButton.setPos(32, bottomY)
319+
this.modOptionsButton.setPos(7, bottomY)
320320
this.modOptionsButton.doStateTransition('HIDDEN')
321321
this.modOptionsButton.onButtonPress = () => {
322322
const tryPress = (): boolean => {

0 commit comments

Comments
 (0)