feat: bold font recipe name + i18n for controllers

This commit is contained in:
Zhongheng Liu 2025-12-04 22:08:39 +01:00
commit 603de94870
Signed by: steven
GPG key ID: F69B980899C1C09D
5 changed files with 64 additions and 23 deletions

View file

@ -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>

View file

@ -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>