From e6f7cacce8aae81f23c32d6662e75aceff8f554b Mon Sep 17 00:00:00 2001 From: b4lie <85050927+yuliuren@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:21:45 +0800 Subject: [PATCH] 11 --- Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs b/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs index a943608..8d70986 100644 --- a/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs +++ b/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs @@ -22,7 +22,7 @@ public sealed class InputGlyphDatabaseEditor : Editor private static readonly string[] DefaultTableNames = { "Keyboard", "Xbox", "PlayStation", "Other" }; private static readonly int[] EntriesPerPageOptions = { 10, 15, 20, 25 }; - private static readonly string[] EntriesPerPageLabels = { "10 / 页", "15 / 页", "20 / 页", "25 / 页" }; + private static readonly string[] EntriesPerPageLabels = { "10|页", "15|页", "20|页", "25|页" }; private sealed class TableEditorState {