language: update

* update constants
* adopt width of languages combo box

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-11-05 20:04:16 +01:00
parent 646955c0fb
commit c4d6506dee
2 changed files with 2 additions and 3 deletions

View File

@@ -30,8 +30,7 @@ Dictionary (
"Quit": "Beenden",
// localization view
"Hello": "Hallo",
"User": "Anwender",
"Language ID": "Sprache ID",
"Localization dialog": "Lokalisierungs-Dialog",
"German": "Deutsch",
"English": "Englisch",

View File

@@ -37,7 +37,7 @@ impl Template for LocalizationView {
Columns::create()
.push(120)
.push(12)
.push("auto")
.push(150)
)
.rows(Rows::create()
.push("auto")