<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - UI: Manage changes dialog is resizing for few seconds after every reject/clear formatting button press"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135261#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - UI: Manage changes dialog is resizing for few seconds after every reject/clear formatting button press"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135261">bug 135261</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>Yes is possible. (but it might then look fairly horrible with a huge mostly
empty button).

To try it out see svx/source/dialog/ctredlin.cxx and the "m_xReject" button.
There is a place where the two different strings are set. To make it always the
same size then in the ctor you could set each string and after each set then
query the size with "get_preferred_size" and then set the larger size with
"set_size_request" and the button will then be unchanged in size regardless of
which string is then used</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>