This commit is contained in:
Robert Vokac 2024-03-23 08:20:04 +01:00
parent 898d39d22b
commit 3a7490372d
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -333,6 +333,8 @@ public class MainWindow extends TWindow {
.bindTo(timeCalcConfiguration.lifeTypeProperty);
progressLife.birthDateProperty
.bindTo(timeCalcConfiguration.lifeBirthDateProperty);
progressLife.visibleProperty
.bindTo(timeCalcConfiguration.lifeVisibleProperty);
}
add(progressLife);
TLabel arrivalTextFieldLabel = new TLabel("Arrival:", 70);