Skip to content

Commit

Permalink
Merge pull request #244 from KitwareMedical/misc-fixes
Browse files Browse the repository at this point in the history
Minor style and default tweaks
  • Loading branch information
floryst authored Nov 15, 2022
2 parents c01fa21 + cd583d9 commit 3ca086c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
overflow-y: hidden !important;
}

.no-select {
user-select: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/RenderingModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineComponent({
<div class="overflow-y-auto mx-2 fill-height">
<template v-if="hasCurrentImage">
<volume-rendering />
<v-expansion-panels multiple accordion>
<v-expansion-panels multiple accordion :value="[1]">
<v-expansion-panel>
<v-expansion-panel-header>
<v-icon class="flex-grow-0 mr-4">mdi-palette</v-icon>
Expand Down
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,6 @@ export const TOOL_COLORS = [

export const DEFAULT_PRESET_BY_MODALITY: Record<string, string> = {
CT: 'CT-AAA',
MR: 'MR-Default',
MR: 'CT-Coronary-Arteries-2',
US: 'US-Fetal',
};

0 comments on commit 3ca086c

Please sign in to comment.