From 3bbd4a7a57f2945f631c0c8b79fb8e6d5fcde589 Mon Sep 17 00:00:00 2001 From: Aleksandar Vidakovic Date: Fri, 6 Feb 2015 03:11:36 +0000 Subject: [PATCH] Cleanup --- gadget/index.html | 15 ++++++++++++--- gadget/scripts/wakatime.js | 5 +++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/gadget/index.html b/gadget/index.html index 725b889..09d0fce 100644 --- a/gadget/index.html +++ b/gadget/index.html @@ -8,9 +8,11 @@
+
@@ -20,9 +22,16 @@
- - - + + +

Debug Events

+ + + + + + +
{{entry}}
{{entry}}
diff --git a/gadget/scripts/wakatime.js b/gadget/scripts/wakatime.js index 24ee81f..a51f057 100644 --- a/gadget/scripts/wakatime.js +++ b/gadget/scripts/wakatime.js @@ -62,6 +62,7 @@ gapi.hangout.onair.onBroadcastingChanged.add( function(evt) { $log.info(evt); + Hangout.showLogo(true); Hangout.start(); $rootScope.$broadcast('hangout.broadcasting', evt); }); @@ -108,7 +109,7 @@ 'reference': gapi.hangout.av.effects.ScaleReference.WIDTH } }); - overlay.setPosition(-0.4, -0.4); + overlay.setPosition(-0.4, -0.1); overlay.setVisible(true); if(overlays['time']) { @@ -126,7 +127,7 @@ 'reference': gapi.hangout.av.effects.ScaleReference.WIDTH } }); - overlays['logo'].setPosition(-0.4, -0.2); + overlays['logo'].setPosition(-0.4, -0.3); } overlays['logo'].setVisible(show); },