From b381d9aad26524219c6030e47bf526fa80ae91fe Mon Sep 17 00:00:00 2001 From: Richard Haeser <richard@maxserv.com> Date: Tue, 14 Apr 2020 22:42:07 +0200 Subject: [PATCH] [TASK] Reduce height of Type of Users dashboard widget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Type of Users dashboard widget doesn't have to be that high. Resized to height medium. Resolves: #91035 Releases: master Change-Id: Ic99545d298f9db44486579058f322c5ab388f834 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64172 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Richard Haeser <richard@maxserv.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by: Richard Haeser <richard@maxserv.com> --- .../dashboard/Configuration/Backend/DashboardWidgets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml index 68c258f561bc..871189c892e9 100644 --- a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml +++ b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml @@ -170,7 +170,7 @@ services: description: 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widgets.typeOfUsers.description' iconIdentifier: 'content-widget-chart-pie' additionalCssClasses: 'dashboard-item--chart' - height: 'large' + height: 'medium' dashboard.widget.t3securityAdvisories: class: 'TYPO3\CMS\Dashboard\Widgets\RssWidget' -- GitLab