File tree Expand file tree Collapse file tree 4 files changed +42
-21
lines changed Expand file tree Collapse file tree 4 files changed +42
-21
lines changed Original file line number Diff line number Diff line change 367
367
368
368
<style class =" AudioSample" parents =" root" >
369
369
370
+ <main .font.name value =" noto-sans-display" />
371
+ <label .font.name value =" noto-sans-display" />
370
372
<stereo_groups value =" true" />
371
373
<border .color value =" bg_name" />
372
374
<border .size value =" 2" />
1976
1978
1977
1979
<!-- UserPathsDialog widgets -->
1978
1980
<style class =" UserPathsDialog" parents =" Window" >
1979
- <padding value =" 16 " />
1981
+ <padding value =" 8 " />
1980
1982
<border .style value =" dialog" />
1981
1983
<layout .hscale value =" 1.0" />
1982
1984
<layout .vscale value =" 1.0" />
1983
1985
</style >
1984
-
1986
+
1985
1987
</schema >
Original file line number Diff line number Diff line change 370
370
371
371
<style class =" AudioSample" parents =" root" >
372
372
373
+ <main .font.name value =" noto-sans-display" />
374
+ <label .font.name value =" noto-sans-display" />
373
375
<stereo_groups value =" true" />
374
376
<border .color value =" #ffffff" />
375
377
<border .size value =" 2" />
1103
1105
<button .border.radius value =" 2" />
1104
1106
<button .radius value =" 3" />
1105
1107
<button .width value =" 12" />
1106
- <button .color value =" fader" />
1108
+ <button .color value =" fader" />
1107
1109
<button .aspect value =" 0.125" />
1108
1110
</style >
1109
1111
1988
1990
1989
1991
<!-- UserPathsDialog widgets -->
1990
1992
<style class =" UserPathsDialog" parents =" Window" >
1991
- <padding value =" 16 " />
1993
+ <padding value =" 8 " />
1992
1994
<border .style value =" dialog" />
1993
1995
<layout .hscale value =" 1.0" />
1994
1996
<layout .vscale value =" 1.0" />
1995
1997
</style >
1996
-
1998
+
1997
1999
</schema >
Original file line number Diff line number Diff line change 353
353
354
354
<style class =" AudioSample" parents =" root" >
355
355
356
+ <main .font.name value =" noto-sans-display" />
357
+ <label .font.name value =" noto-sans-display" />
356
358
<stereo_groups value =" true" />
357
359
<border .color value =" bg_name" />
358
360
<border .size value =" 0" />
1980
1982
<style class =" PluginWindow::StatusBar::Label::FAIL" parents =" PluginWindow::StatusBar::Label" >
1981
1983
<text .color value =" red" />
1982
1984
</style >
1983
-
1985
+
1984
1986
<!-- UserPathsDialog widgets -->
1985
1987
<style class =" UserPathsDialog" parents =" Window" >
1986
- <padding value =" 16 " />
1988
+ <padding value =" 8 " />
1987
1989
<border .style value =" dialog" />
1988
1990
<layout .hscale value =" 1.0" />
1989
1991
<layout .vscale value =" 1.0" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
3
<window ui : inject =" UserPathsDialog" >
4
- <vbox spacing =" 4" >
5
- <label text =" labels.paths.user_hydrogen_kits" />
6
- <edit ui : id =" user_hydrogen_kit_path" />
7
- <label text =" labels.paths.user_hydrogen_kits_override" />
8
- <edit ui : id =" override_hydrogen_kit_path" />
9
- <hbox >
10
- <check ui : id =" override_hydrogen_kits_check" />
11
- <label text =" actions.ui_behavior.override_hydrogen_kits" />
12
- </hbox >
13
- <hbox >
14
- <button ui : id =" submit" text =" actions.apply" />
15
- <button ui : id =" cancel" text =" actions.cancel" />
16
- </hbox >
17
- </vbox >
4
+
5
+ <grid rows =" 3" cols =" 1" spacing =" 8" expand =" true" fill =" true" >
6
+ <cell vfill =" false" vexpand =" false" >
7
+ <vbox >
8
+ <label text =" labels.paths.user_hydrogen_kits" pad.b=" 4" />
9
+ <edit ui : inject =" FileDialog::Path" ui : id =" user_hydrogen_kit_path" width.min=" 420" />
10
+ </vbox >
11
+ </cell >
12
+ <cell expand =" true" >
13
+ <vbox vfill =" false" vexpand =" false" >
14
+ <label text =" labels.paths.user_hydrogen_kits_override" pad.b=" 4" />
15
+ <edit ui : inject =" FileDialog::Search" ui : id =" override_hydrogen_kit_path" width.min=" 420" />
16
+ </vbox >
17
+ </cell >
18
+ <cell vfill =" false" vexpand =" false" >
19
+ <hbox vfill =" false" vexpand =" false" >
20
+ <hbox hexpand =" false" >
21
+ <check ui : id =" override_hydrogen_kits_check" pad.r=" 4" />
22
+ <label text =" actions.ui_behavior.override_hydrogen_kits" hexpand =" false" />
23
+ </hbox >
24
+ <void hexpand =" true" />
25
+ <hbox hexpand =" false" >
26
+ <button ui : id =" submit" text =" actions.apply" width =" 96" pad.r=" 4" />
27
+ <button ui : id =" cancel" text =" actions.cancel" width =" 96" />
28
+ </hbox >
29
+ </hbox >
30
+ </cell >
31
+ </grid >
32
+
18
33
</window >
You can’t perform that action at this time.
0 commit comments