| Summary: | Enhancement: Simplify Zoom & View Layout dialog by eliminating unusable choices | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Don Matschull <dmatschull> |
| Component: | Draw | Assignee: | Baole Fang <baole.fang> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | heiko.tietze, mentoring, vsfoote |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 7.4.6.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 107923 | ||
|
Description
Don Matschull
2023-04-09 16:29:35 UTC
The options are greyed out/non-selectable and that is sufficient as hiding it from the global Zoom & View layout would require either splitting the two functions, or unreasonable rework of the dialog. IMHO => WF Should be easyhackable to hide the controls instead of making it disabled. The UI is cui/uiconfig/ui/zoomdialog.ui loaded in cui/source/dialogs/zoom.cxx and the function in question m_xViewFrame->set_sensitive(false); Start working on this I've submitted a patch here. Can anyone review it? https://gerrit.libreoffice.org/c/core/+/150667 Baole Fang committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/56d2939e1928ae06fa74cb4b4be36cc0eaf3e702 tdf#154731: Hide Zoom & View Layout dialog It will be available in 7.6.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. |