Bump up widths for pick, remove schedule buttons (#7517)

This commit is contained in:
Chris LaFreniere
2019-10-20 13:22:49 -07:00
committed by GitHub
parent 7e5b864299
commit d120102805

View File

@@ -187,11 +187,11 @@ export class NotebookDialog extends AgentDialog<NotebookData> {
this.pickScheduleButton = view.modelBuilder.button().withProperties({
label: PickScheduleButtonString,
width: 100
width: 110
}).component();
this.removeScheduleButton = view.modelBuilder.button().withProperties({
label: RemoveScheduleButtonString,
width: 100
width: 110
}).component();
this.pickScheduleButton.onDidClick(() => {
let pickScheduleDialog = new PickScheduleDialog(this.model.ownerUri, this.model.name);