Commit 5e9d2f5df8ef8d1dec38504bcff504c53dd39afe
1 parent
cb331e5b
Changed icon size
Showing
1 changed file
with
3 additions
and
2 deletions
controllets/animated-button-container-controllet/animated-button-container-controllet.html
... | ... | @@ -242,8 +242,9 @@ |
242 | 242 | this.$.open.style.height = this.iconHeight + "px"; |
243 | 243 | this.$.open.style.width = this.iconWidth + "px"; |
244 | 244 | this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; |
245 | - this.$.open_window_button.style.width = this.iconWidth + "px"; | |
246 | - this.$.open_window_button.style.height = this.iconHeight + "px"; | |
245 | + this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px"; | |
246 | + this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px"; | |
247 | + this.$.open_window_button.style.padding = "6px"; | |
247 | 248 | this.$.button_container.style.height = this.iconHeight + "px"; |
248 | 249 | }, |
249 | 250 | |
... | ... |