Skip to content

Commit 3ca086c

Browse files
authored
Merge pull request #244 from KitwareMedical/misc-fixes
Minor style and default tweaks
2 parents c01fa21 + cd583d9 commit 3ca086c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

public/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
html {
2+
overflow-y: hidden !important;
3+
}
4+
15
.no-select {
26
user-select: none;
37
}

src/components/RenderingModule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineComponent({
2121
<div class="overflow-y-auto mx-2 fill-height">
2222
<template v-if="hasCurrentImage">
2323
<volume-rendering />
24-
<v-expansion-panels multiple accordion>
24+
<v-expansion-panels multiple accordion :value="[1]">
2525
<v-expansion-panel>
2626
<v-expansion-panel-header>
2727
<v-icon class="flex-grow-0 mr-4">mdi-palette</v-icon>

src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,6 @@ export const TOOL_COLORS = [
177177

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

0 commit comments

Comments
 (0)