Description: The caption is a huge waste of space on a 1366x768 laptop display. The best solution would be to leave it without a caption like on a non-tabbed toolbar. I see it in LibreOffice 6.x and 7.x. I didn't use other versions. Steps to Reproduce: 1. Change user interface to Tabbed. Actual Results: You'll see the button. Expected Results: Less space waste. Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info: Version: 7.0.4.2 Build ID: dcf040e67528d9187c66b2379df5ea4407429775 CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: kf5 Locale: en-US (en_IL); UI: en-US Calc: CL
Created attachment 168934 [details] Merge and Cetner Cells button caption
Agree. At least the expression should be on 2 rows. The same with "Find and Replace". Maybe in some languages there are much longer words for this expression, with 2 rows everything will look much nicer. And the area will be smaller. Version: 7.0.4.2 Build ID: dcf040e67528d9187c66b2379df5ea4407429775 CPU threads: 4; OS: Linux 5.8; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded
Dear Dima, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Retested. The same in Version: 7.5.2.1 (X86_64) / LibreOffice Community Build ID: e8bf3b441b8370f8440b0339fd9490765a8d57ca CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: en-US (ro_RO.UTF-8); UI: en-US Calc: threaded
A side note. For each command in each toolbar and in each UI, users should be able to set whether to show either: * graphic icon * text * both So, for example, the "Merge and Center Cells" icon could be either: * show the graphic icon alone * show text alone * show both (current default) Moreover, if showing only the text, the space that the graphic icon occupies could be used for the text, spaning 2 or 3 lines, hence allowing a narrower width. Additionally, when showing the graphic icon only, the screen space would be also more effectively used for users that would choose such setting for this particular command in the Tabbed UI. This is all a side-note because individual per-command settings are not available ATM, so whichever way the icon/command is displayed by default, it is imposed for all users, whether they would want *for this command* the graphic icon only, the text only, or both.
This is specifically talking about .uno:ToggleMergeCells I thought perhaps I could add a <property name="wrap">true</property> to a child GtkLabel, but I couldn't find documentation on how to do it, and guessing didn't work.