Skip to content

Commit

Permalink
comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaCuda committed Nov 2, 2023
1 parent e863b60 commit 8ea5594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uiCtrls.pas
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ function TUI.setWindowSize(const aMediaType: TMediaType): boolean;
begin
case aMediaType of mtAudio: begin FMainForm.width := 600;
FMainForm.height := UI_DEFAULT_AUDIO_HEIGHT; end;
mtVideo: begin FMainForm.width := trunc(CU.getScreenWidth * 0.9);
{FMainForm.height := trunc(FMainForm.width * 0.75);} end;end;
mtVideo: begin FMainForm.width := trunc(CU.getScreenWidth * 1);
{FMainForm.height := trunc(FMainForm.width * 0.75);} end;end; // leave it to adjustAspectRatio
end;

function TUI.setWindowStyle(const aForm: TForm): boolean;
Expand Down

0 comments on commit 8ea5594

Please sign in to comment.