ui: Replace data inspector endian and format radio boxes with sliders

This commit is contained in:
WerWolv
2022-03-26 17:44:01 +01:00
parent 0f0a836fa0
commit 965207d688
6 changed files with 61 additions and 25 deletions

View File

@@ -50,9 +50,12 @@ namespace hex::plugin::builtin {
{ "hex.builtin.welcome.safety_backup.restore", "Ja, Wiederherstellen" },
{ "hex.builtin.welcome.safety_backup.delete", "Nein, Entfernen" },
{ "hex.builtin.common.endian", "Endian" },
{ "hex.builtin.common.little_endian", "Little Endian" },
{ "hex.builtin.common.big_endian", "Big Endian" },
{ "hex.builtin.common.little", "Little" },
{ "hex.builtin.common.big", "Big" },
{ "hex.builtin.common.number_format", "Format" },
{ "hex.builtin.common.decimal", "Dezimal" },
{ "hex.builtin.common.hexadecimal", "Hexadezimal" },
{ "hex.builtin.common.octal", "Oktal" },