From 5e9d2f5df8ef8d1dec38504bcff504c53dd39afe Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Nov 2015 12:55:10 +0100 Subject: [PATCH] Changed icon size --- controllets/animated-button-container-controllet/animated-button-container-controllet.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index 5f3d25f..515d31e 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -242,8 +242,9 @@ this.$.open.style.height = this.iconHeight + "px"; this.$.open.style.width = this.iconWidth + "px"; this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; - this.$.open_window_button.style.width = this.iconWidth + "px"; - this.$.open_window_button.style.height = this.iconHeight + "px"; + this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px"; + this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px"; + this.$.open_window_button.style.padding = "6px"; this.$.button_container.style.height = this.iconHeight + "px"; }, -- libgit2 0.21.4