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)" /> - -
+