* added SubWindow flag to QtWindow to either use window decorations or show window within main window * fixes black borders in some Linux window managers bug id = 376 fortune cookie message = Your skill will accomplish what the force of many others cannot.
19 lines
278 B
CSS
19 lines
278 B
CSS
#licenseField {
|
|
font-family: "<setting:font_name>";
|
|
font-size: 11px;
|
|
height: 200px;
|
|
padding: 5px;
|
|
width: 470px;
|
|
}
|
|
|
|
#licenseError {
|
|
color: red;
|
|
}
|
|
|
|
QTextEdit {
|
|
background-color: rgba(255, 255, 255, 200);
|
|
border-radius: 10px;
|
|
border: 1px solid lightgrey;
|
|
color: black;
|
|
}
|