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 { VerticalBox {
HorizontalBox { last_billing_date := Button {
last_billing_date := Button { text: "Last Billing Date";
text: "Last Billing Date"; clicked => {
clicked => { date-picker.show();
date-picker.show();
}
} }
} }
}
VerticalBox {
Button { Button {
text: "Calculate"; text: "Calculate";
clicked => { clicked => {