Rufus wrote:
EE wrote:
Daniel wrote:
As noted in my sig, I'm using SM 2.22, more specifically B2 (waiting for
2.23B1 to come out), and even more specifically, on my Win7 install,
I've noted something that I don't recall anyone else mentioning. (I
cannot say I've noticed it on my Linux SM 2.22B2 installation.)

At Edit->Preferences->Appearance->Spelling, I have selected to "Check
spelling before sending", no problem, except if an error in spelling is
found (rare though that may be ... NOT ;-) ), the "Send" button is cut
in half by the bottom edge of that window. There is no scroll bar, nor
can I just drag the bottom edge of this screen down.

This may be tied up with a problem I've seen reported here (by MCBasto
or Rufus, I think) for a while with SeaMonkey not fully drawing
sub-screens on Mac's or another problem reported here regarding the
font/line spacing in the Accounts and Threads Panes in SM 2.22. Don't
know, but maybe!!

Anybody else seeing this problem??

You mean in dialog boxes with buttons near the bottom?  I have seen that
happen and I can prevent that by editing the dialog.css file in the
global directory in a theme installer.  I add a bottom margin (of at
least 10px) after the area that adds a top margin for the buttons.
   That is easy enough since I use third party themes.


...I'd asked if this was possible a *long* time ago...care to share how
you do that?  I never got an answer.

In the global directory inside the theme installer there is a file named dialog.css. If you extract that from the archive, you can edit it and this section of it has the change I recommend.

/* ::::: dialog buttons ::::: */

.dialog-button {
  margin-top: 3px;
margin-bottom: 13px;
}

After editing, just save the file, then insert it back into the theme archive and install the theme. The application I am using to manipulate archives is BetterZip, which is excellent. It is not free, but the price is reasonable and it is worth it. Two examples of good up-to-date themes for SeaMonkey are EarlyBlue and LCARStrek.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to