mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
give more flexibility to the dialog width setting (#14570)
* give more flexibility to the dialog width setting * one more place
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -718,7 +718,7 @@ declare module 'azdata' {
|
||||
pageName?: string;
|
||||
}
|
||||
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number;
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number | string;
|
||||
|
||||
/**
|
||||
* These dialog styles affect how the dialog dispalys in the application.
|
||||
|
||||
Reference in New Issue
Block a user