using Delete instead of Delete World

This commit is contained in:
minjaesong
2023-05-30 01:07:07 +09:00
parent bafd0d9f7c
commit a0f597865e
2 changed files with 3 additions and 2 deletions

View File

@@ -26,5 +26,6 @@
"MENU_LABEL_KEYCONFIG_HELP1": "Click On the Keycap to Assign Actions", "MENU_LABEL_KEYCONFIG_HELP1": "Click On the Keycap to Assign Actions",
"MENU_LABEL_IME_TOGGLE": "Toggle IME", "MENU_LABEL_IME_TOGGLE": "Toggle IME",
"MENU_LABEL_PASTE_FROM_CLIPBOARD": "Paste from Cliboard", "MENU_LABEL_PASTE_FROM_CLIPBOARD": "Paste from Cliboard",
"MENU_OPTIONS_PERFORMANCE": "Performance" "MENU_OPTIONS_PERFORMANCE": "Performance",
"MENU_LABEL_DELETE": "Delete"
} }

View File

@@ -55,7 +55,7 @@ class UIWorldPortalListing(val full: UIWorldPortal) : UICanvas() {
private val memoryGaugeWidth = textAreaW private val memoryGaugeWidth = textAreaW
private val deleteButtonWidth = (thumbw - gridGap) / 2 private val deleteButtonWidth = (thumbw - gridGap) / 2
private val buttonDeleteWorld = UIItemTextButton(this, private val buttonDeleteWorld = UIItemTextButton(this,
"MENU_LABEL_DELETE_WORLD", "MENU_LABEL_DELETE",
hx - gridGap/2 - deleteButtonWidth, hx - gridGap/2 - deleteButtonWidth,
y + listHeight - buttonHeight, y + listHeight - buttonHeight,
deleteButtonWidth, deleteButtonWidth,