Skip to content

Commit 3745031

Browse files
committed
v5.0.2 [ci-build]
1 parent 60c5849 commit 3745031

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

css/dialogs.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,7 @@
19451945
width: 340px;
19461946
margin-left: 45px;
19471947
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
1948+
border-radius: 5px;
19481949
}
19491950
#action_selector ul {
19501951
background-color: var(--color-bright_ui);
@@ -1954,6 +1955,7 @@
19541955
max-height: 400px;
19551956
overflow-y: auto;
19561957
overflow-x: hidden;
1958+
border-radius: 5px;
19571959
}
19581960
#action_selector > #action_selector_list > div {
19591961
background-color: var(--color-ui);

lang/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,5 +2531,6 @@
25312531
"action.apply_texture_to_elements.desc": "Die ausgewählte Textur auf die ausgewählten Elemente anwenden",
25322532
"menu.panel.reset_size": "Größe zurücksetzen",
25332533
"action.import_layer": "Ebene importieren",
2534-
"action.import_layer.desc": "Bilddateien als Ebenen importieren"
2534+
"action.import_layer.desc": "Bilddateien als Ebenen importieren",
2535+
"menu.collection.open_file": "Datei öffnen"
25352536
}

lang/es.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@
12431243
"dialog.add_primitive.shape.cube": "Cuboide",
12441244
"dialog.add_primitive.shape.pyramid": "Pirámide",
12451245
"dialog.add_primitive.diameter": "Diámetro",
1246-
"dialog.add_primitive.height": "Peso",
1246+
"dialog.add_primitive.height": "Altura",
12471247
"dialog.add_primitive.sides": "Lados",
12481248
"dialog.add_primitive.minor_diameter": "Espesor",
12491249
"dialog.add_primitive.minor_sides": "Lador Menores",
@@ -2531,5 +2531,6 @@
25312531
"action.apply_texture_to_elements.desc": "Apply the selected texture to the selected elements",
25322532
"menu.panel.reset_size": "Reset Size",
25332533
"action.import_layer": "Import Layer",
2534-
"action.import_layer.desc": "Import image files as layers"
2534+
"action.import_layer.desc": "Import image files as layers",
2535+
"menu.collection.open_file": "Open File"
25352536
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Blockbench",
33
"description": "Low-poly modeling and animation software",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"license": "GPL-3.0-or-later",
66
"author": {
77
"name": "JannisX11",

0 commit comments

Comments
 (0)