Merge pull request #5036 from GabrielInTheWorld/paddingAgenda

Adds some more space for the 'speaker-button'
This commit is contained in:
GabrielInTheWorld 2019-09-20 08:45:04 +02:00 committed by GitHub
commit 8e8fb4f3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -233,6 +233,7 @@ export class ListViewTableComponent<V extends BaseViewModel, M extends BaseModel
label: '',
width: '40px'
},
{
prop: 'projector',
label: '',
@ -250,7 +251,7 @@ export class ListViewTableComponent<V extends BaseViewModel, M extends BaseModel
{
prop: 'speaker',
label: '',
width: '40px'
width: this.columnMinWidth
},
{
prop: 'menu',