diff --git a/main.ts b/main.ts index 397e83de..6eee437a 100644 --- a/main.ts +++ b/main.ts @@ -26,7 +26,7 @@ export class Main { mainWindow: BrowserWindow | null = null; WIDTH = 1200; - HEIGHT = process.platform === 'win32' ? 926 : 900; + HEIGHT = process.platform === 'win32' ? 826 : 800; constructor() { this.icon = this.isDevelopment diff --git a/src/components/Charts/DonutChart.vue b/src/components/Charts/DonutChart.vue index 891a2e23..783b6d25 100644 --- a/src/components/Charts/DonutChart.vue +++ b/src/components/Charts/DonutChart.vue @@ -53,16 +53,12 @@ @mouseover="$emit('change', i)" /> - -
-

+ {{ valueFormatter( active !== null && sectors.length !== 0 @@ -71,23 +67,20 @@ 'Currency' ) }} -

-

+ {{ active !== null && sectors.length !== 0 ? sectors[active].label : totalLabel }} -

-
+ + diff --git a/src/components/Paginator.vue b/src/components/Paginator.vue index 94dca6ab..8e365030 100644 --- a/src/components/Paginator.vue +++ b/src/components/Paginator.vue @@ -1,7 +1,7 @@ diff --git a/src/pages/Dashboard/Expenses.vue b/src/pages/Dashboard/Expenses.vue index a8d346b9..8e6a2117 100644 --- a/src/pages/Dashboard/Expenses.vue +++ b/src/pages/Dashboard/Expenses.vue @@ -6,9 +6,10 @@ +
-
+

- {{ d.account }} + {{ d.account }}

{{ fyo.format(d?.total ?? 0, 'Currency') }} @@ -27,7 +28,7 @@