File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
"about" : " About" ,
3
3
"attention" : " Attention" ,
4
4
"confirmation" : " Confirmation" ,
5
- "greetings" : " Greetings!"
5
+ "greetings" : " Greetings!" ,
6
+ "user_paths" : " User paths"
6
7
}
Original file line number Diff line number Diff line change 2
2
"about" : " О программе" ,
3
3
"attention" : " Внимание" ,
4
4
"confirmation" : " Подтверждение" ,
5
- "greetings" : " Приветствуем!"
5
+ "greetings" : " Приветствуем!" ,
6
+ "user_paths" : " Пользовательские пути"
6
7
}
Original file line number Diff line number Diff line change 2
2
"about" : " About" ,
3
3
"attention" : " Attention" ,
4
4
"confirmation" : " Confirmation" ,
5
- "greetings" : " Greetings!"
5
+ "greetings" : " Greetings!" ,
6
+ "user_paths" : " User paths"
6
7
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
- <window ui : inject =" UserPathsDialog" >
3
+ <window ui : inject =" UserPathsDialog" title = " headings.user_paths " >
4
4
5
5
<grid rows =" 3" cols =" 1" spacing =" 8" expand =" true" fill =" true" >
6
6
<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 " />
9
9
<edit ui : inject =" FileDialog::Path" ui : id =" user_hydrogen_kit_path" width.min=" 420" />
10
10
</vbox >
11
11
</cell >
12
12
<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 " />
15
15
<edit ui : inject =" FileDialog::Search" ui : id =" override_hydrogen_kit_path" width.min=" 420" />
16
16
</vbox >
17
17
</cell >
You can’t perform that action at this time.
0 commit comments