Bug 167968 - unsuitable icon for "Indents" in section's "Options" dialog
Summary: unsuitable icon for "Indents" in section's "Options" dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium normal
Assignee: Heiko Tietze
URL:
Whiteboard: target:26.2.0
Keywords: difficultyBeginner, easyHack, skillDesign
Depends on:
Blocks: Vertical-Tab-dialogs
  Show dependency treegraph
 
Reported: 2025-08-15 18:02 UTC by Regina Henschel
Modified: 2025-09-12 16:09 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot (43.09 KB, image/png)
2025-08-27 14:10 UTC, Heiko Tietze
Details
Collection of screenshots and example files (1.67 MB, application/x-zip-compressed)
2025-08-27 18:22 UTC, Regina Henschel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2025-08-15 18:02:52 UTC
Write some paragraphs. Mark one of it and create a section (Insert > Section).
Set cursor into the section and call Format > Sections.
Click on button "Options".

The vertical tab bar of that dialog has an item "Indents". This icon is "paraspaceincrease". It is not suitable because it shows vertical arrows whereas the section indent settings make horizontal changes.

I have looked through the cmd/32 folder of the Colibre icon-theme. I have not found an icon that fits exactly to this section property. Best one of the existing icons is "incrementindent", because the default is an indent of 0cm and someone that uses this property will do it because he wants to increase the indent.

Actually the "Indents" tab does allow to change indent before and indent after. So an icon should show two arrows, I think. But it is a task for the designer community to create a suitable icon.
Comment 1 Heiko Tietze 2025-08-27 14:10:05 UTC
Created attachment 202548 [details]
Screenshot

It adds space before/after like for paragraphs. No wrong, AFAICS.

incrementindent.png is some arrow pointing rightwards, could be understood as tab, anchor, vertical indent. Not sure this would be more suitable.
Comment 2 Regina Henschel 2025-08-27 15:33:25 UTC
(In reply to Heiko Tietze from comment #1)
> Created attachment 202548 [details]
> Screenshot
> 
> It adds space before/after like for paragraphs. No wrong, AFAICS.

The operation connected with icon "paraspaceincrease" for paragraphs increases the distance between paragraphs. That is a vertical operation.

But the operation "Indents" of a section is a horizontal operation. In this operation you change the left and right margin of a section.

Therefore I think icon "paraspaceincrease" is not suitable. A better icon needs to be newly designed.
Comment 3 Heiko Tietze 2025-08-27 16:24:05 UTC
Right! But then we have to change the icon for all indentation action; it is the same for paragraph properties, for example.
Comment 4 Regina Henschel 2025-08-27 18:22:06 UTC
Created attachment 202551 [details]
Collection of screenshots and example files

(In reply to Heiko Tietze from comment #3)
> Right! But then we have to change the icon for all indentation action; it is
> the same for paragraph properties, for example.

The horizontal indentation of paragraphs already has a different icon than the vertical spacing. Horizontal is "incrementindent" and "decrementindent".

Which other indentation do you have in mind?

The attached zip-file contains screenshots and examples that hopefully show, why I think, that "paraspaceincrease" icon is not suitable for section indent.

Or perhaps the other way round, why do you think it is suitable?
Comment 5 Heiko Tietze 2025-08-28 06:43:45 UTC
(In reply to Heiko Tietze from comment #3)
> Which other indentation do you have in mind?
Thought about Paragraph properties. But in fact this variant of "indents"-only is only applied at sections. And PS/PDF has both horizontal indentation and vertical spacing.

Code pointer:
In include/vcl/tabs.hrc for the item RID_TAB_INDENTSONLY the value paraspaceincrease.png needs to be changed for incrementindent.png
Comment 6 Commit Notification 2025-09-12 16:06:43 UTC
Heiko Tietze committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/61778e24a20c4e335a6867c7748918a1906e6f1d

Resolves tdf#167968 - Wrong icon for "Indents" in section dialog

It will be available in 26.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.