mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-07-30 08:07:56 -05:00
SDA-2838: Fix notification settings button for french (#1166)
This commit is contained in:
@@ -1337,7 +1337,7 @@ export class WindowHandler {
|
||||
const opts = this.getWindowOpts(
|
||||
{
|
||||
width: 540,
|
||||
height: 440,
|
||||
height: 455,
|
||||
show: false,
|
||||
modal: true,
|
||||
minimizable: false,
|
||||
|
||||
@@ -116,7 +116,7 @@ body {
|
||||
|
||||
.position-button {
|
||||
width: 116px;
|
||||
height: 32px;
|
||||
height: 45px;
|
||||
|
||||
top: 1px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user