Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:FPGAwars/icestudio into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Jan 12, 2025
2 parents 39d2d37 + e347c29 commit d5707f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/services/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ angular.module('icestudio')
mac: { label: '⌘+⇧+U', meta: true, shift: true, key: 85 }
},
takeSnapshotPNG: {
linux: { label: 'Ctrl+Shift+P', ctrl: true, shift:true, key: 88 },
linux: { label: 'Ctrl+Shift+P', ctrl: true, shift:true, key: 80 },
mac: { label: '⌘+⇧+P', meta: true, shift:true, key: 80 }
},

Expand Down
2 changes: 1 addition & 1 deletion app/views/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
<span class="caret"></span></a>

<!-- Tools/Verify -->
<ul uib-dropdown-menu style="min-width: 180px">
<ul uib-dropdown-menu style="min-width: 190px">
<li>
<a href ng-click="verifyCode()">
{{ 'Verify' | translate }}
Expand Down

0 comments on commit d5707f2

Please sign in to comment.