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() {
|
public double getScaledKcal() {
|
||||||
return scaledKcal.get();
|
return scaledKcal.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
public DoubleProperty scaleProperty() {
|
public DoubleProperty scaleProperty() {
|
||||||
return scale;
|
return scale;
|
||||||
}
|
}
|
||||||
|
|
@ -53,7 +52,6 @@ public class ScalableRecipeView {
|
||||||
public ObjectProperty<Recipe> recipeProperty() {
|
public ObjectProperty<Recipe> recipeProperty() {
|
||||||
return recipe;
|
return recipe;
|
||||||
}
|
}
|
||||||
|
|
||||||
public SimpleDoubleProperty scaledKcalProperty() {
|
public SimpleDoubleProperty scaledKcalProperty() {
|
||||||
return scaledKcal;
|
return scaledKcal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue