11
This commit is contained in:
parent
4b20602a19
commit
e6f7cacce8
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user