mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix hierarchical key browser dialog max height
This commit is contained in:
@@ -1023,8 +1023,8 @@ $('#dlg_tree_$this->iId').dialog({
|
||||
autoOpen: true,
|
||||
modal: true,
|
||||
title: '$sDialogTitle',
|
||||
create: function() {
|
||||
$(this).css("maxHeight", $(window).height()*0.8);
|
||||
open: function() {
|
||||
$(this).css("max-height", parseInt($(window).height()*0.7)+'px');
|
||||
},
|
||||
buttons: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user