mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
fixed several model view issues (#1640)
* fixed several model view issues
This commit is contained in:
@@ -33,4 +33,12 @@ export class Button extends vsButton {
|
||||
public set title(value: string) {
|
||||
this.$el.title(value);
|
||||
}
|
||||
|
||||
public setHeight(value: string) {
|
||||
this.$el.style('height', value);
|
||||
}
|
||||
|
||||
public setWidth(value: string) {
|
||||
this.$el.style('width', value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user