mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -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(
|
const opts = this.getWindowOpts(
|
||||||
{
|
{
|
||||||
width: 540,
|
width: 540,
|
||||||
height: 440,
|
height: 455,
|
||||||
show: false,
|
show: false,
|
||||||
modal: true,
|
modal: true,
|
||||||
minimizable: false,
|
minimizable: false,
|
||||||
|
@ -116,7 +116,7 @@ body {
|
|||||||
|
|
||||||
.position-button {
|
.position-button {
|
||||||
width: 116px;
|
width: 116px;
|
||||||
height: 32px;
|
height: 45px;
|
||||||
|
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user