From 2311db5aa01e9ce46431e691d4d40d2e86d0d834 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 20 Sep 2014 12:31:05 +0200 Subject: [PATCH] missing 'px' --- source/Ox.UI/js/Panel/SplitPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Panel/SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js index 8115f96f..ae85ed4a 100644 --- a/source/Ox.UI/js/Panel/SplitPanel.js +++ b/source/Ox.UI/js/Panel/SplitPanel.js @@ -131,7 +131,7 @@ Ox.SplitPanel = function(options, self) { elementIndices.forEach(function(elementIndex, index) { self.$elements[elementIndex].css( index == 0 ? dimension : edge, - index == 0 ? size : size + 1 + (index == 0 ? size : size + 1) + 'px' ); }); }