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", "Quit": "Beenden",
// localization view // localization view
"Hello": "Hallo", "Language ID": "Sprache ID",
"User": "Anwender",
"Localization dialog": "Lokalisierungs-Dialog", "Localization dialog": "Lokalisierungs-Dialog",
"German": "Deutsch", "German": "Deutsch",
"English": "Englisch", "English": "Englisch",

View File

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