mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
SDA-2838: Fix notification settings button for french (#1166)
This commit is contained in:
parent
6ad38bc89a
commit
81c552c51c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user