id summary reporter owner description type status priority milestone component version resolution keywords cc 6374 Extend Toolbar.hide function! Andi "Hi there! My customer wants to have only one row of the toolbar shown until he klicks on the arrow to show the full toolbar. We have this case, because if your Editorwindow is only 400x400 px, the admin toolbar goes over 6-7 lines. Now when you klick the little arrow on the right side, the button calls function 70, wich makes ""toolbar.hide"" and that sets the toolbar to ""display:none"" here is the code: hide : function() { this.setStyle( 'display', 'none' ); }, Is there a known possibility to set it only to one row?" New Feature closed Normal UI : Toolbar 3.4 Beta invalid