From 095944e8cc1627a6ed84276e40d48af8876f9110 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 9 Nov 2023 15:18:03 +0200 Subject: [PATCH] Add designs templates --- lib/ui/client/client_pdf.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ui/client/client_pdf.dart b/lib/ui/client/client_pdf.dart index 5b5ea3876..da117db25 100644 --- a/lib/ui/client/client_pdf.dart +++ b/lib/ui/client/client_pdf.dart @@ -266,6 +266,7 @@ class _ClientPdfViewState extends State { kStatementIncludeAging, ], whenEmpty: '', + height: 50, )); /* @@ -416,7 +417,9 @@ class _ClientPdfViewState extends State { ? Row( children: [ datePicker, + SizedBox(width: 16), statusPicker, + SizedBox(width: 16), sectionPicker, ], )