Description: There is plenty of space to display the width of more than just the six column widths currently displayed. I often work with tables with more than just six columns, like the one with 28 columns I currently work and it's very cumbersome to use the arrows to navigate from one columns width to another. Steps to Reproduce: - Actual Results: - Expected Results: - Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 148404 [details] Column widths display issue
Daniel, just to be sure: Do you propose to add further columns in a second (third) line or do you want to extent the width of the properties dialog?
UX-team, what do you think? For me it's WONTFIX.
There is space for two more, I'd say.
(In reply to Heiko Tietze from comment #4) > There is space for two more, I'd say. I have just 4 visible. It is depending on the theme. And there is the arrow top-right.. One might want to have - a slider = faster.. - a dialog of which the width can be adjusted by the user
It would be nice if the user could resize the dialog. The number of columns could depend on the width of the dialog. Apart from this, a horizontal scrollbar would be nice to have, rather thank clicking the current tiny arrow symbols.
To summarize, the preferred solution is an option how many fields are shown by default and a slider to deal with the overflow. However, the quick and dirty improvement for now is to extend the dialog to 8 fields. Adding two fields is likely an easyhack.
Two code pointers sw/source/ui/table/tabledlg.cxx and sw/uiconfig/swriter/ui/tablecolumnpage.ui. Just adding two spin buttons is a quick and dirty solution. It would be really cool when we get a table/grid instead that works in a WYSIWYG manner.
https://gerrit.libreoffice.org/#/c/78648/ Still some minor issues with the patch. And ultimately it won't show 8 spin buttons on the tab because gtk3 uses large controls. It works well with gtk2 and perhaps also Qt5.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/e1ec771c60d1fe03651b24f938589863c3882bc8%5E%21 Related: tdf#122791 take *final* dialog preferred size It will be available in 6.4.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.
(In reply to Heiko Tietze from comment #9) > https://gerrit.libreoffice.org/#/c/78648/ With Caolan's patch, the dialog shows now correctly up to 6 spinner. While my patch would increase the value to 8, it's actually limited to the number that can be shown with the themed control size. Gtk3 has large controls and even macOS shows only 5 spinners. So we better not change the code and blame the system => WONTFIX. I'll abandon the patch.
*** Bug 143142 has been marked as a duplicate of this bug. ***