Well, not completely. If I logon to my site with user credentials that allows an editor with a minimal set in the CuteEditor tool bar the Editor width is still very small. Screenshot:
This is the contents of the autoconfigure file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<toolbars>
<item type="g_start" />
<item type="image" name="Cut" />
<item type="image" name="Copy" />
<item type="image" name="PasteText" />
<item type="image" name="Delete" />
<item type="image" name="FullPage" imagename="fit" hotkey="F12" />
<item type="separator" />
<item type="image" name="Undo" />
<item type="image" name="Redo" />
<item type="g_end" />
<item type="g_start" />
<item type="image" name="Bold" />
<item type="image" name="Italic" />
<item type="image" name="Underline" imagename="under" />
<item type="separator" />
<item type="image" name="Indent" />
<item type="image" name="Outdent" />
<item type="image" name="InsertOrderedList" imagename="numlist" />
<item type="image" name="InsertUnorderedList" imagename="bullist" />
<item type="image" name="RemoveFormat" imagename="unformat" />
<item type="g_end" />
<item type="g_start" />
<item type="image" name="InsertImage" imagename="eximage" />
<item type="image" name="netspell" imagename="spell"/>
<item type="image" name="InsertEmotion" imagename="emotion" />
<item type="image" name="Help" />
<item type="g_end" />
<item type="g_start" />
<item type="treedropdown" name="LinkTree" text="[[Links]]" width="50" command="InsertLink" />
<item type="g_end" />
</toolbars>
</configuration>
If I logon to the site with some user that has more possibilties I get this:
You see the whitespace in the tool bar? That does not happen with a minimal toolbar.