Skip to content

Commit 07c9a60

Browse files
author
minjk-bl
committed
Close VP Note area by default
1 parent f10ccc2 commit 07c9a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html/menuFrame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="vp-menu-search-div">
5050
<input id="vp_menuSearchBox" class="vp-input vp-menu-search-box" type="text" placeholder="Search">
5151
<img class="vp-menu-search-icon" src="/nbextensions/visualpython/img/search.svg"/>
52-
<div id="vp_toggleBoard" class="vp-board-toggle-icon" title="Hide VP Note"></div>
52+
<div id="vp_toggleBoard" class="vp-board-toggle-icon" title="Show VP Note"></div>
5353
</div>
5454
</div>
5555
<!-- Menu Footer -->

js/com/com_Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ define([
132132
vp_signature: 'VisualPython',
133133
vp_position: {},
134134
vp_section_display: false,
135-
vp_note_display: true,
135+
vp_note_display: false,
136136
vp_menu_width: Config.MENU_MIN_WIDTH,
137137
vp_note_width: Config.BOARD_MIN_WIDTH
138138
};

0 commit comments

Comments
 (0)