Bug 157972 - Don't shorten "Relative size" to "Rel. Size" in Bullets & Numbering dialog
Summary: Don't shorten "Relative size" to "Rel. Size" in Bullets & Numbering dialog
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
7.6.0.3 release
Hardware: All All
: medium trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Depends on:
Blocks: Impress-Bullet-Numbering-Dialog
  Show dependency treegraph
 
Reported: 2023-10-29 20:23 UTC by Eyal Rozenberg
Modified: 2023-11-08 14:26 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2023-10-29 20:23:35 UTC
The Bullets & Numbering dialog in Impress has a "relative size item", but its label is shortened: "Rel. Size"

The saving of a a couple characters (not more; other labels are longer than this one) is really not worth confusing the user with shorthands they are likely not to recognize.

We can:

* Use "Relative Size" and extend the dialog slightly
* Drop the section title (there's just one item) and use a two-line label, without extending the dialog
Comment 1 Heiko Tietze 2023-11-06 10:57:15 UTC
I'd rather use just "Size:" and explain in the tooltip what percentage means. We don't stack label/control vertically, what you probably mean with "two-line label".

Code pointer: cui/uiconfig/ui/bulletandposition.ui
Comment 2 Eyal Rozenberg 2023-11-06 11:14:17 UTC
(In reply to Heiko Tietze from comment #1)
> I'd rather use just "Size:" and explain in the tooltip what percentage
> means. 

I'm ok with that. But note that we would then have a "Size" section with a single "Size" row.
Comment 3 Heiko Tietze 2023-11-08 14:26:06 UTC
We could combine the controls and name the section "Size and Position".