feat: bold font recipe name + i18n for controllers
This commit is contained in:
parent
5dd6c89f73
commit
603de94870
5 changed files with 64 additions and 23 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<children>
|
||||
<HBox alignment="CENTER_LEFT" spacing="20.0">
|
||||
<children>
|
||||
<Label text="Ingredients">
|
||||
<Label fx:id="ingredientsLabel" text="Ingredients">
|
||||
<padding>
|
||||
<Insets bottom="5.0" top="5.0" />
|
||||
</padding>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<children>
|
||||
<HBox alignment="CENTER_LEFT" spacing="20.0">
|
||||
<children>
|
||||
<Label text="Steps">
|
||||
<Label fx:id="stepsLabel" text="Steps">
|
||||
<padding>
|
||||
<Insets bottom="5.0" top="5.0" />
|
||||
</padding>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue