We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f92678 commit 3293ca0Copy full SHA for 3293ca0
visualpython/js/menu/MenuItem.js
@@ -148,6 +148,10 @@ define([
148
// LAB: img to url
149
// page.appendFormatLine('<img src="{0}">', com_Const.IMAGE_PATH + apps.icon);
150
page.appendFormatLine('<div class="apps-icon {0}"></div>', id);
151
+ // Exception for title alignment
152
+ if (id === 'stats_studentstTest') {
153
+ name = "Student's<br/>t-test";
154
+ }
155
page.appendFormatLine('<div class="vp-menuitem-apps-name">{0}</div>', name);
156
page.append('</div>');
157
} else {
0 commit comments