* hide build file content * use small buttons in all windows * new design for start screen * fixed design for enter license ui * added spacing to summary * brighter icons in wizzard * added template icon for graph * smoothing for graph icons * switched error icon to dot * fixed error message tooltip immediatly disappearing * menu item for opening documentation
22 lines
293 B
CSS
22 lines
293 B
CSS
QLabel {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
#licenseField {
|
|
font-family: "<setting:font_name>";
|
|
font-size: 12pt;
|
|
height: 200px;
|
|
padding: 5px;
|
|
width: 470px;
|
|
}
|
|
|
|
#licenseError {
|
|
color: red;
|
|
}
|
|
|
|
QTextEdit {
|
|
background-color: rgba(255, 255, 255, 200);
|
|
border-radius: 10px;
|
|
border: 1px solid lightgrey;
|
|
}
|