Skip to content

Commit

Permalink
Default panel border is Yellow 5px
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 29, 2024
1 parent 4dd4690 commit 072bc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/views/right_panel_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@
'lineWidth': width || 2,
'roiCount': roiCount,
'canPaste': canPaste,
'borderWidth': border ? border.strokeWidth : 2,
'borderColor': border ? border.color.replace('#', '') : 'FFFFFF',
'borderWidth': border ? border.strokeWidth : 5,
'borderColor': border ? border.color.replace('#', '') : 'FFFF00',
'showState': show_btn_state,
}
$('#edit_rois_form').html(this.roisTemplate(json));
Expand Down

0 comments on commit 072bc05

Please sign in to comment.