Fix shutdown button in LoginDialog.

This commit is contained in:
sunwen
2023-09-08 13:52:42 +08:00
parent 64bac0e960
commit d6541c436b
3 changed files with 11 additions and 1 deletions

View File

@@ -243,6 +243,11 @@ QLabel#title {
font-size: 30px;
}
QLabel#AlertDialogTitle
{
font-size: 30px;
}
/*------LoginWindow----------------------------------------------------------*/
QFrame#loginFrame {
min-width: 700px;