Skip to content

Commit

Permalink
Fix: Text size in Canvas (montage.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Oct 18, 2024
1 parent d224128 commit 3f8e2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/js/montage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3178,7 +3178,7 @@ function stopEvent(monitorId, fullStop = true, message='') {
}
//writeTextCanvas(monitorId, 'No Event');
if (message) {
writeTextCanvas(monitorId, message);
writeTextCanvas(monitorId, message, 0.4);
} else {
writeTextCanvas(monitorId, 'No recording for this time', 0.4);
}
Expand Down

0 comments on commit 3f8e2a5

Please sign in to comment.