Skip to content

Commit

Permalink
SDA-4530 - Increase the indicator window height (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Aug 29, 2024
1 parent 8d06432 commit eeaec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ export class WindowHandler {
...this.getWindowOpts(
{
width: 592,
height: 48,
height: 60,
show: false,
modal: false,
frame: false,
Expand Down

0 comments on commit eeaec13

Please sign in to comment.