Skip to content

Commit

Permalink
Increase progress window width
Browse files Browse the repository at this point in the history
  • Loading branch information
AminBhst committed Nov 24, 2023
1 parent 4085279 commit 236ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widget/download/download_progress_window.dart
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class _DownloadProgressWindowState extends State<DownloadProgressWindow> {
height = 530;
}
if (size.height < 800) {
height = size.height * 0.75 - 50;
height = size.height * 0.78 - 50;
}
if (size.height < 680) {
height = size.height * 0.8;
Expand Down

0 comments on commit 236ecea

Please sign in to comment.