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 | da5666528de84788671b39156de1382c6f27c853 (patch) | |
tree | c7a8c6f8b70e598355e2b403e00a2271a624fda8 /Timeline/ClientApp/src/app/app.component.ts | |
parent | 1715b3a618ddffc28177e58ae21c91b30d586ccf (diff) | |
download | timeline-da5666528de84788671b39156de1382c6f27c853.tar.gz timeline-da5666528de84788671b39156de1382c6f27c853.tar.bz2 timeline-da5666528de84788671b39156de1382c6f27c853.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' }); } } |