From fad4392ca4abeec9bfd7610e0e4cdaeee9177862 Mon Sep 17 00:00:00 2001 From: AMZN-Phil Date: Mon, 23 Aug 2021 17:27:59 -0700 Subject: [PATCH] Fix text descenders cutoff on Configure Gems page. Signed-off-by: AMZN-Phil --- Code/Tools/ProjectManager/Resources/ProjectManager.qss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Code/Tools/ProjectManager/Resources/ProjectManager.qss b/Code/Tools/ProjectManager/Resources/ProjectManager.qss index 1bd261da00..fbdebd5492 100644 --- a/Code/Tools/ProjectManager/Resources/ProjectManager.qss +++ b/Code/Tools/ProjectManager/Resources/ProjectManager.qss @@ -157,15 +157,16 @@ QTabBar::tab:focus { font-size:14px; text-align:left; margin:0; - padding-top:10px; - padding-bottom:-5px; - min-height:15px; - max-height:15px; + padding-top:0px; + padding-bottom:0px; + min-height:20px; + max-height:20px; } #headerSubTitle { font-size:24px; text-align:left; margin:0; + padding-top:-5px; min-height:42px; max-height:42px; }