소스 검색

HUE-6077 [frontend] Expand the filechooser tree to the full width of the panel

Enrico Berti 8 년 전
부모
커밋
70040a1a5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/jquery.filechooser.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/jquery.filechooser.js

@@ -167,7 +167,7 @@
         $li.appendTo($ul);
         $li.appendTo($ul);
       });
       });
       $(self.element).find('.filechooser-services').empty().width(80);
       $(self.element).find('.filechooser-services').empty().width(80);
-      $(self.element).find('.filechooser-tree').width(470).css('paddingLeft', '6px').css('borderLeft', '1px solid #EEE').css('marginLeft', '80px').css('min-height', '330px');
+      $(self.element).find('.filechooser-tree').width(480).css('paddingLeft', '6px').css('borderLeft', '1px solid #EEE').css('marginLeft', '80px').css('min-height', '330px');
       $ul.appendTo($(self.element).find('.filechooser-services'));
       $ul.appendTo($(self.element).find('.filechooser-services'));
     }
     }
   };
   };