diff options
author | crupest <crupest@outlook.com> | 2019-03-04 20:41:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 20:41:17 +0800 |
commit | b7ce3f7139798a734905b6df7530feb8c5d0c373 (patch) | |
tree | c8c6de525e5ae805b364ef015473343ae15371fa /Timeline/ClientApp/src/app/app.component.ts | |
parent | 4daf2ce80df373fa38d32c74ee475f33a07b18f1 (diff) | |
download | timeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.tar.gz timeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.tar.bz2 timeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.zip |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.ts b/Timeline/ClientApp/src/app/app.component.ts index 58fe7cac..1798d8f4 100644 --- a/Timeline/ClientApp/src/app/app.component.ts +++ b/Timeline/ClientApp/src/app/app.component.ts @@ -13,7 +13,7 @@ export class AppComponent { openUserDialog() { this.dialog.open(UserDialogComponent, { - width: '250px' + width: '300px' }); } } |