1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00

[stargate2] finally fix Right/Left swap

This commit is contained in:
2023-05-04 19:31:00 +02:00
parent abefcf5b5c
commit a2c80b7988
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -826,7 +826,7 @@ passwordInput:placeholder("*")
passwordInput:size(17, 1)
passwordInput:backgroundColor(THEME.BACKGROUND.PASSWORD_INPUT.DEFAULT)
uiWidgets.passwordInput = passwordInput
local renameInput = yaowbgl.widget.TextInput(mainFrame, gateList:x(), gateList:y() + gateList:height(), "Left click twice to rename", THEME.FOREGROUND.RENAME_INPUT)
local renameInput = yaowbgl.widget.TextInput(mainFrame, gateList:x(), gateList:y() + gateList:height(), "Right click twice to rename", THEME.FOREGROUND.RENAME_INPUT)
renameInput:size(gateList:width(), 1)
renameInput:backgroundColor(THEME.BACKGROUND.RENAME_INPUT)
uiWidgets.renameInput = renameInput