From 065ec8e17080887814b1912233d38e412b2811d2 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 12 Jul 2020 00:19:47 +0900
Subject: [PATCH] fix(client): Fix timeline widget setting definition

---
 src/client/widgets/timeline.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue
index fb7486cb70..ca6af76126 100644
--- a/src/client/widgets/timeline.vue
+++ b/src/client/widgets/timeline.vue
@@ -33,6 +33,10 @@ export default define({
 			type: 'boolean',
 			default: true,
 		},
+		height: {
+			type: 'number',
+			default: 300,
+		},
 		src: {
 			type: 'string',
 			default: 'home',