Commit 08a4a1b978f0bc05b277b6b4ffaf092a5ebaefcf

Authored by Hacene SI HADJ MOHAND
1 parent 5549cc5e

size

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
js/app/views/CalculatorUI.js
... ... @@ -678,10 +678,11 @@ Ext.define('amdaUI.CalculatorUI', {
678 678 break;
679 679 case 'AmdaFunctions' :
680 680 amdaUI.CalculatorUI.functionStore.filter('kind', 'amda');
  681 + width = .33;
681 682 break;
682 683 case 'TimeFunctions' :
683 684 amdaUI.CalculatorUI.functionStore.filter('kind', 'time');
684   - width = .33;
  685 + width = .33;
685 686 break;
686 687 case 'FunctionsSliding' :
687 688 amdaUI.CalculatorUI.functionStore.filter('kind', 'sliding');
... ...