<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">On 16 Aug 2024, at 15:47, Shoshanna Green wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">I'm running MailMate 6059 under Ventura. For the last couple of versions, the Mailboxes, Conditions, Submailboxes, and Rules buttons in the "edit mailbox" window have been terribly cramped together on the right side of the window; image here</p>
<p dir="auto"><a href="https://imgur.com/a/CzUEUcK" style="color: #777777;">https://imgur.com/a/CzUEUcK</a></p>
<p dir="auto">They used to be a reasonable size (so you could read their names!). There's plenty of horizontal space available; why jam them up like that? I figured this was a glitch that might get corrected, so I waited for a couple of updates; but I just installed 6059 and it's still happening, so I thought I'd inquire. Do other people see this, or is it somehow just me?</p>
</blockquote>
<p dir="auto">I simply hadn't noticed since icons are used for toolbars by default. I assume you have this setting enabled:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">defaults write com.freron.MailMate MmUseOldToolbar -bool YES
</code></pre>
<p dir="auto">Something I added a very long time ago.</p>
<p dir="auto">You can check like this:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">defaults read com.freron.MailMate MmUseOldToolbar
</code></pre>
<p dir="auto">I just tried it, but it appears my buttons are not cramped, but I do get an overflow button which shouldn't be there. Maybe that's related. I'll look into it.</p>
<p dir="auto">--<br>
Benny</p>

</div>
</div>
</body>

</html>