From 104de66a66e80d9b64d6236bea532c6a5d85dc54 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Tue, 6 Feb 2024 18:01:26 -0500 Subject: [PATCH] Added padding to dashboard modules, set version to 1.7.0 --- pom.xml | 2 +- scripts/package-linux-deb.sh | 2 +- scripts/package-windows-msi.ps1 | 2 +- .../perfin/view/component/module/DashboardModule.java | 2 ++ src/main/resources/main-view.fxml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 23fc95d..e460077 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.andrewlalis perfin - 1.6.1 + 1.7.0 21 diff --git a/scripts/package-linux-deb.sh b/scripts/package-linux-deb.sh index c1ba956..964f3db 100755 --- a/scripts/package-linux-deb.sh +++ b/scripts/package-linux-deb.sh @@ -24,7 +24,7 @@ module_path="$module_path:target/modules/h2-2.2.224.jar" jpackage \ --name "Perfin" \ - --app-version "1.6.1" \ + --app-version "1.7.0" \ --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." \ --icon design/perfin-logo_256.png \ --vendor "Andrew Lalis" \ diff --git a/scripts/package-windows-msi.ps1 b/scripts/package-windows-msi.ps1 index 245163a..a6c2ebc 100644 --- a/scripts/package-windows-msi.ps1 +++ b/scripts/package-windows-msi.ps1 @@ -12,7 +12,7 @@ $modulePath = "$modulePath;target\modules\h2-2.2.224.jar" jpackage ` --name "Perfin" ` - --app-version "1.6.1" ` + --app-version "1.7.0" ` --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." ` --icon design\perfin-logo_256.ico ` --vendor "Andrew Lalis" ` diff --git a/src/main/java/com/andrewlalis/perfin/view/component/module/DashboardModule.java b/src/main/java/com/andrewlalis/perfin/view/component/module/DashboardModule.java index b47c187..385e38a 100644 --- a/src/main/java/com/andrewlalis/perfin/view/component/module/DashboardModule.java +++ b/src/main/java/com/andrewlalis/perfin/view/component/module/DashboardModule.java @@ -30,6 +30,8 @@ public class DashboardModule extends VBox { this.minHeightProperty().bind(rowHeightProperty); this.prefHeightProperty().bind(rowHeightProperty); this.maxHeightProperty().bind(rowHeightProperty); + + this.getStyleClass().add("std-padding"); } public void refreshContents() {} diff --git a/src/main/resources/main-view.fxml b/src/main/resources/main-view.fxml index 027a905..84ba94f 100644 --- a/src/main/resources/main-view.fxml +++ b/src/main/resources/main-view.fxml @@ -27,7 +27,7 @@ -