feat(client/scaling): initial implementation
This commit is contained in:
parent
46ba82bc0d
commit
b7bbebe222
2 changed files with 1 additions and 3 deletions
|
|
@ -41,7 +41,6 @@ public class ScalableRecipeView {
|
|||
public double getScaledKcal() {
|
||||
return scaledKcal.get();
|
||||
}
|
||||
|
||||
public DoubleProperty scaleProperty() {
|
||||
return scale;
|
||||
}
|
||||
|
|
@ -53,7 +52,6 @@ public class ScalableRecipeView {
|
|||
public ObjectProperty<Recipe> recipeProperty() {
|
||||
return recipe;
|
||||
}
|
||||
|
||||
public SimpleDoubleProperty scaledKcalProperty() {
|
||||
return scaledKcal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue