Skip to content

Commit

Permalink
got rid of small sq. value under zoom options
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Jan 8, 2024
1 parent e1d8cc8 commit 597a3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstrumentControls/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default {
return {
isExpandedStatusVisible: false,
zoom_options: [
'Full', 'Small sq.', ' 1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
'Full', ' 1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
],
quick_stacks_filter_list: [
'RGB irg', 'LRGB wirg', 'UBV ugr', 'O3HaS2'
Expand Down

0 comments on commit 597a3ac

Please sign in to comment.