mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Bump up widths for pick, remove schedule buttons (#7517)
This commit is contained in:
@@ -187,11 +187,11 @@ export class NotebookDialog extends AgentDialog<NotebookData> {
|
|||||||
|
|
||||||
this.pickScheduleButton = view.modelBuilder.button().withProperties({
|
this.pickScheduleButton = view.modelBuilder.button().withProperties({
|
||||||
label: PickScheduleButtonString,
|
label: PickScheduleButtonString,
|
||||||
width: 100
|
width: 110
|
||||||
}).component();
|
}).component();
|
||||||
this.removeScheduleButton = view.modelBuilder.button().withProperties({
|
this.removeScheduleButton = view.modelBuilder.button().withProperties({
|
||||||
label: RemoveScheduleButtonString,
|
label: RemoveScheduleButtonString,
|
||||||
width: 100
|
width: 110
|
||||||
}).component();
|
}).component();
|
||||||
this.pickScheduleButton.onDidClick(() => {
|
this.pickScheduleButton.onDidClick(() => {
|
||||||
let pickScheduleDialog = new PickScheduleDialog(this.model.ownerUri, this.model.name);
|
let pickScheduleDialog = new PickScheduleDialog(this.model.ownerUri, this.model.name);
|
||||||
|
|||||||
Reference in New Issue
Block a user