Actions
Bug #12935
openStdGridLayoutImpl2.js: correct setSpacing drag handle side-effect
Start date:
08/13/2024
Due date:
% Done:
0%
Estimated time:
Description
When using a layout that is resizable (setResizable()), a bar will appear between the two widget, that allow for the widgets to be resized. In case of setSpacing() being called as well, this bar will be resized depending on this value. E.g. a spacing of 0 will make the bar invisible, a spacing of 100 will make it much too wide.
This should have a constant width of a couple pixels (5px ?), and shouldnt' be allowed to resize depending on the spacing.
This should also take the spacing into account, in that if the size is forced, it should still have spacing with the surrounding widgets as per the defined value.
Updated by Matthias Van Ceulebroeck 3 months ago
- Assignee set to Romain Mardulyn
- Target version changed from future to 4.11.2
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Actions