Skip to content

Commit

Permalink
rename nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
romgerman committed May 22, 2024
1 parent f8f2cb7 commit 4d6c6a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/webview/nodes/aggregation/ClassListNode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NodeWrapper>
<template #header>Class List</template>
<template #header>Classes</template>
<template #body>
<div class="nowheel">
<div style="max-height: 200px; overflow: auto">
Expand Down
2 changes: 1 addition & 1 deletion src/webview/nodes/aggregation/FileListNode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NodeWrapper @dblclick="openModal()">
<template #header>File List</template>
<template #header>Files</template>
<template #body>
<div class="nowheel">
<div style="max-height: 200px; overflow: auto">
Expand Down
2 changes: 1 addition & 1 deletion src/webview/nodes/aggregation/FunctionListNode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NodeWrapper>
<template #header>Function List</template>
<template #header>Functions</template>
<template #body>
<div class="nowheel">
<div style="max-height: 200px; overflow: auto">
Expand Down
2 changes: 1 addition & 1 deletion src/webview/nodes/aggregation/MemberListNode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NodeWrapper>
<template #header>Member List</template>
<template #header>Members</template>
<template #body>
<div class="nowheel">
<div style="max-height: 200px; overflow: auto">
Expand Down

0 comments on commit 4d6c6a4

Please sign in to comment.