[LYN-4879] Incorrect colour UI issue on Gem Configure (#1678)

* Aligned the column headers to the elements
* Moved the styling of the gem column header labels to the qss
* Fixed the scrollbar for the gem list view

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
Benjamin Jillich
2021-06-30 08:12:01 -07:00
committed by GitHub
parent 18d4f1022f
commit 3a5b8808a0
3 changed files with 23 additions and 9 deletions
@@ -463,6 +463,21 @@ QProgressBar::chunk {
font-weight: 600;
}
#GemCatalogHeaderLabel {
font-size: 12px;
color: #FFFFFF;
}
#GemCatalogHeaderShowCountLabel {
font-size: 12px;
font: italic;
color: #FFFFFF;
}
#GemCatalogListView {
background-color: #333333;
}
/************** Gem Catalog (Inspector) **************/
#GemCatalogInspector {