From 9f1640e3f6802502cd7af71656286bee551d01df Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Mon, 4 Aug 2025 10:56:06 -0400 Subject: [PATCH] Fixed misaligned buttons --- project/ui/app.slint | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/project/ui/app.slint b/project/ui/app.slint index 28d2a58..cf22fb0 100644 --- a/project/ui/app.slint +++ b/project/ui/app.slint @@ -67,17 +67,13 @@ export component Prorater inherits Window { } VerticalBox { - HorizontalBox { - last_billing_date := Button { - text: "Last Billing Date"; - clicked => { - date-picker.show(); - } + last_billing_date := Button { + text: "Last Billing Date"; + clicked => { + date-picker.show(); } } - } - VerticalBox { Button { text: "Calculate"; clicked => {