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;