Fixed misaligned buttons

This commit is contained in:
Maddox Werts 2025-08-04 10:56:06 -04:00
parent a214bfef1c
commit 9f1640e3f6

View file

@ -67,17 +67,13 @@ export component Prorater inherits Window {
}
VerticalBox {
HorizontalBox {
last_billing_date := Button {
text: "Last Billing Date";
clicked => {
date-picker.show();
}
}
}
}
VerticalBox {
Button {
text: "Calculate";
clicked => {