Skip to content
Snippets Groups Projects
Commit 23f8238d authored by Oliver Hader's avatar Oliver Hader Committed by Wouter Wolters
Browse files

[BUGFIX] Width of action column is wrong

The width of the action column in the workspaces module is
wrong. 5 icons with a width of 16px each need to be displayed
and results in a required width of 80px.

Fixes: #50210
Releases: 6.0, 6.1, 6.2
Change-Id: I3e1cbfd9be53c57dad86a6003edbf38b559dab73
Reviewed-on: https://review.typo3.org/22434
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent ef71d616
Branches
Tags
No related merge requests found
......@@ -251,7 +251,7 @@ TYPO3.Workspaces.Configuration.Stage = {
TYPO3.Workspaces.Configuration.RowButtons = {
xtype: 'actioncolumn',
header: TYPO3.l10n.localize('column.actions'),
width: 70,
width: 80,
hideable: false,
hidden: (TYPO3.settings.Workspaces.allView === '1'),
menuDisabled: true,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment