From 490e146e9160eb161ae4799121f730f7d9dfb769 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 3 Nov 2017 16:22:31 -0400 Subject: size tweaks to radial menu --- config.xml | 2 +- www/js/MonitorModalCtrl.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.xml b/config.xml index 6385249c..f9d0da62 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 65f8f4df..2339c889 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -98,6 +98,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ content: '', cssClass: 'fa fa-chevron-circle-up', empty: false, + size: 'small', onclick: function() { controlPTZ($scope.monitorId, $scope.ptzMoveCommand + 'Down'); -- cgit v1.2.3