mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Increase size of column resize handle
This commit is contained in:
parent
29868662c1
commit
959a6bd588
@ -19,7 +19,7 @@
|
||||
(function() {
|
||||
|
||||
// Define some constants
|
||||
var RESIZE_BORDER = 7;
|
||||
var RESIZE_BORDER = 12;
|
||||
var RESIZE_MIN_WIDTH = 25;
|
||||
var RESIZE_ADD = 2; // Used to ensure mouse is under the resize element after resizing has finished
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user