Commit 62ced0ce authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Insert comments counter at proper position.

Would be better to get completely rid of the hard-coded offset.
parent dd29ae88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ Ext.define('Docs.view.Comments', {
     */
    renderClassCommentContainers: function(cls) {
        // Add comment button to class toolbar
        Ext.ComponentQuery.query('classoverview toolbar')[0].insert(-2, {
        Ext.ComponentQuery.query('classoverview toolbar')[0].insert(-3, {
            xtype: 'container',
            id: 'classCommentToolbarBtn',
            width: 24,