language: update
* update constants * adopt width of languages combo box Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user