This commit is contained in:
2019-01-29 00:32:30 +00:00
parent 6fce2ae8fe
commit 3432a56a58
4 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<v-layout row>
<v-flex>
<h1>{{ lt("Log")}}</h1>
<v-textarea v-model="logText" full-width readonly></v-textarea>
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
</v-flex>
</v-layout>
</template>