mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
fix the icon sizing issue (#13522)
This commit is contained in:
@@ -187,6 +187,14 @@ export default class ButtonComponent extends ComponentWithIconBase<azdata.Button
|
||||
}
|
||||
}
|
||||
|
||||
protected get defaultIconHeight(): number {
|
||||
return 15;
|
||||
}
|
||||
|
||||
protected get defaultIconWidth(): number {
|
||||
return 15;
|
||||
}
|
||||
|
||||
// CSS-bound properties
|
||||
|
||||
private get label(): string {
|
||||
|
||||
Reference in New Issue
Block a user