diff --git a/main.ts b/main.ts index 397e83de..98586bda 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 @@ -77,8 +77,6 @@ export class Main { const options: BrowserWindowConstructorOptions = { width: this.WIDTH, height: this.HEIGHT, - minWidth: this.WIDTH, - minHeight: this.HEIGHT, title: this.title, titleBarStyle: 'hidden', trafficLightPosition: { x: 16, y: 16 }, diff --git a/src/components/Button.vue b/src/components/Button.vue index 725b7389..4120d104 100644 --- a/src/components/Button.vue +++ b/src/components/Button.vue @@ -1,7 +1,14 @@ - -
-

+ {{ 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/Controls/Table.vue b/src/components/Controls/Table.vue index 831987ef..9b4ed81c 100644 --- a/src/components/Controls/Table.vue +++ b/src/components/Controls/Table.vue @@ -5,16 +5,21 @@ - +
#
{{ df.label }}
@@ -40,29 +45,28 @@
-
+
{{ t`Add Row` }}
1)); }, diff --git a/src/components/Controls/TableRow.vue b/src/components/Controls/TableRow.vue index c1098331..5ee9cf1d 100644 --- a/src/components/Controls/TableRow.vue +++ b/src/components/Controls/TableRow.vue @@ -1,5 +1,18 @@