mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Increase size of column resize handle
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user