From 81c552c51ca6726122717e1f5faa82dcf0b40031 Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Thu, 7 Jan 2021 16:46:54 +0530 Subject: [PATCH] SDA-2838: Fix notification settings button for french (#1166) --- src/app/window-handler.ts | 2 +- src/renderer/styles/notification-settings.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/window-handler.ts b/src/app/window-handler.ts index 00609383..96d2274a 100644 --- a/src/app/window-handler.ts +++ b/src/app/window-handler.ts @@ -1337,7 +1337,7 @@ export class WindowHandler { const opts = this.getWindowOpts( { width: 540, - height: 440, + height: 455, show: false, modal: true, minimizable: false, diff --git a/src/renderer/styles/notification-settings.less b/src/renderer/styles/notification-settings.less index 6c9efa50..4bc3ea35 100644 --- a/src/renderer/styles/notification-settings.less +++ b/src/renderer/styles/notification-settings.less @@ -116,7 +116,7 @@ body { .position-button { width: 116px; - height: 32px; + height: 45px; top: 1px;