Dependency confirmation screen and URL display fix

Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-10-11 12:04:44 -07:00
committed by GitHub
parent c759bc9cd0
commit ef3470b0a9
22 changed files with 343 additions and 185 deletions
@@ -496,13 +496,34 @@ QProgressBar::chunk {
background-color: #333333;
}
/************** Filter tag widget **************/
#GemDependenciesDialog QLabel {
margin-bottom:10px;
}
#GemDependenciesDialog QCheckBox {
background-color: #333333;
border-radius: 3px;
spacing:3px;
margin-right:5px;
padding:4px;
margin-top:5px;
}
/************** Filter Tag widget **************/
#FilterTagWidgetTextLabel {
color: #94D2FF;
font-size: 10px;
}
#TagWidget {
background-color: #333333;
padding:3px;
font-size:12px;
border-radius: 3px;
margin-right: 3px;
}
/************** Gems SubWidget **************/
#gemSubWidgetTitleLabel {