summaryrefslogtreecommitdiffstats
path: root/slick.editors.js
diff options
context:
space:
mode:
authormleibman <michael.leibman@gmail.com>2010-02-12 16:00:50 -0800
committermleibman <michael.leibman@gmail.com>2010-02-12 16:00:50 -0800
commit0c277dff791594c72b0bbdd01a9c95bed39d16c8 (patch)
treeac65f8a6ff2f467460a876c5593d74dab606902f /slick.editors.js
parent649125cc5c1e9329c9951c774121626feb583ec9 (diff)
downloadSlickGrid-0c277dff791594c72b0bbdd01a9c95bed39d16c8.zip
SlickGrid-0c277dff791594c72b0bbdd01a9c95bed39d16c8.tar.gz
SlickGrid-0c277dff791594c72b0bbdd01a9c95bed39d16c8.tar.bz2
Increased horizontal padding on cells in the default theme.
New drag handle image.
Diffstat (limited to 'slick.editors.js')
-rw-r--r--slick.editors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/slick.editors.js b/slick.editors.js
index 164b45c..c6b0a66 100644
--- a/slick.editors.js
+++ b/slick.editors.js
@@ -353,7 +353,7 @@ var PercentCompleteCellEditor = function($container, columnDef, value, dataConte
$input.val(defaultValue);
}
- $input.width($container.innerWidth() - 20);
+ $input.width($container.innerWidth() - 25);
$input.appendTo($container);
$picker = $("<div class='editor-percentcomplete-picker' />").appendTo($container);