| Summary: | In Arrow Styles tab of Line dialog, place Arrow Styles control first (before "title" control) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | sdc.blanco |
| Component: | UI | Assignee: | Akshay Warrier <aksmen121> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | heiko.tietze, mentoring |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:24.8.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 148534 | ||
|
Description
sdc.blanco
2022-04-21 07:51:59 UTC
Little benefit, IMO. We better remove the field and have the rename functionality in an extra dialog; Modify asks for a new name so it shouldn't be a big deal. (In reply to Heiko Tietze from comment #1) > Little benefit, IMO. I agree. Mostly "polish", but from using the dialog a lot, it started to make more sense to have the dropdown box first. > We better remove the field and have the rename > functionality in an extra dialog; Modify asks for a new name so it shouldn't > be a big deal. That would work as well. But fwiw, the present design makes it easy/convenient to change the name of the style in one step (i.e., can edit the name directly and click on Modify (rename), while this proposal requires 2 steps (click Modify, edit name in popup box, click ok). In either case, maybe this is an EasyHack? The arrangement of controls is very simple and suited for non-developers. Having rename on click requires basic c++ knowledge. Code pointer: * cui/uiconfig/ui/lineendstabpage.ui * cui/source/tabpages/tplneend.cxx AkshayWarrier committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e531242f62d27000ab5fefd6d63023d4a1060c75 tdf#148702 cui: Place dropdown before entry in Arrow Styles tab of Line dialog It will be available in 24.8.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. |