Skip to content

Commit 25093bb

Browse files
committed
chore: change min size of shortcuts panel to 300
1 parent 7f04bc3 commit 25093bb

File tree

1 file changed

+1
-1
lines changed
  • src/extensionsIntegrated/DisplayShortcuts

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/DisplayShortcuts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ define(function (require, exports, module) {
478478

479479
// AppInit.htmlReady() has already executed before extensions are loaded
480480
// so, for now, we need to call this ourself
481-
panel = WorkspaceManager.createBottomPanel(TOGGLE_SHORTCUTS_ID, $(s), 200);
481+
panel = WorkspaceManager.createBottomPanel(TOGGLE_SHORTCUTS_ID, $(s), 300);
482482
panel.hide();
483483

484484
$shortcutsPanel = $("#shortcuts-panel");

0 commit comments

Comments
 (0)