Skip to content

Commit 6da3da4

Browse files
committed
Updated UI
1 parent c2263f4 commit 6da3da4

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

res/main/i18n/default/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "About",
33
"attention": "Attention",
44
"confirmation": "Confirmation",
5-
"greetings": "Greetings!"
5+
"greetings": "Greetings!",
6+
"user_paths": "User paths"
67
}

res/main/i18n/ru/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "О программе",
33
"attention": "Внимание",
44
"confirmation": "Подтверждение",
5-
"greetings": "Приветствуем!"
5+
"greetings": "Приветствуем!",
6+
"user_paths": "Пользовательские пути"
67
}

res/main/i18n/us/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "About",
33
"attention": "Attention",
44
"confirmation": "Confirmation",
5-
"greetings": "Greetings!"
5+
"greetings": "Greetings!",
6+
"user_paths": "User paths"
67
}

res/main/ui/user_paths.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0"?>
22

3-
<window ui:inject="UserPathsDialog">
3+
<window ui:inject="UserPathsDialog" title="headings.user_paths">
44

55
<grid rows="3" cols="1" spacing="8" expand="true" fill="true">
66
<cell vfill="false" vexpand="false">
7-
<vbox >
8-
<label text="labels.paths.user_hydrogen_kits" pad.b="4"/>
7+
<vbox spacing="4">
8+
<label text="labels.paths.user_hydrogen_kits" text.halign="-1" hfill="true" />
99
<edit ui:inject="FileDialog::Path" ui:id="user_hydrogen_kit_path" width.min="420"/>
1010
</vbox>
1111
</cell>
1212
<cell expand="true">
13-
<vbox vfill="false" vexpand="false">
14-
<label text="labels.paths.user_hydrogen_kits_override" pad.b="4"/>
13+
<vbox vfill="false" vexpand="false" spacing="4">
14+
<label text="labels.paths.user_hydrogen_kits_override" text.halign="-1" hfill="true" />
1515
<edit ui:inject="FileDialog::Search" ui:id="override_hydrogen_kit_path" width.min="420"/>
1616
</vbox>
1717
</cell>

0 commit comments

Comments
 (0)