<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - GTK3 version: sidebars toolbars buttons sizes do not respect the user's icon size settings"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141480">141480</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>GTK3 version: sidebars toolbars buttons sizes do not respect the user's icon size settings
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.5.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nekohayo@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="https://bugs.documentfoundation.org/attachment.cgi?id=170942" name="attach_170942" title="screenshot">attachment 170942</a> <a href="https://bugs.documentfoundation.org/attachment.cgi?id=170942&action=edit" title="screenshot">[details]</a></span>
screenshot

LibreOffice has settings for icon sizes for "toolbar", "notebookbar", and
"sidebar".

However, I have noticed that even if I set the sizes to "small", the toolbar
buttons in the sidebar panels (such as the F5 navigator or F11 stylist) are
always shown at regular full/large size. You can even visually notice the
difference in size when compared to the buttons on the notebookbar (ex: the
Bold button vs the checkmark button in the Navigator in the attached
screenshot).

Looking at those widgets with the GTK Inspector, we can see that those
toolbars' "icon-size" property was set to "GTK_ICON_SIZE_LARGE_TOOLBAR" no
matter what the user's preference was.

When changing the size to small, it should probably set
GTK_ICON_SIZE_SMALL_TOOLBAR and refresh those widgets, or whatever it needs to
do to compact them without needing to restart the whole app.

It could make sense if were to also reduce a bit the amount of padding between
widgets when it does that, but at least (re)setting the toolbar/button sizes
should already be an improvement. As it stands, particularly in the Navigator,
those three stacked toolbars eat roughly a quarter of my available height for
the navigator's contents. I wish the Navigator in particular was a bit more
space-efficient in that regard.</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>