mirror of
https://github.com/redmine/redmine.git
synced 2026-01-20 22:43:10 +01:00
Merged r23424 from trunk to 6.0-stable (#41925).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23426 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -178,6 +178,7 @@ function drawSelectedColumns(){
|
||||
$(this).show();
|
||||
var column_name = $(this).attr('id');
|
||||
$(this).resizable({
|
||||
zIndex: 30,
|
||||
alsoResize: '.gantt_' + column_name + '_container, .gantt_' + column_name + '_container > .gantt_hdr',
|
||||
minWidth: 20,
|
||||
handles: "e",
|
||||
@@ -220,6 +221,7 @@ function resizableSubjectColumn(){
|
||||
alsoResize: '.gantt_subjects_container, .gantt_subjects_container>.gantt_hdr, .project-name, .issue-subject, .version-name',
|
||||
minWidth: 100,
|
||||
handles: 'e',
|
||||
zIndex: 30,
|
||||
create: function( event, ui ) {
|
||||
$('.ui-resizable-e').css('cursor','ew-resize');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user