new tool for quitting app from child windows

This commit is contained in:
2026-03-19 14:22:54 +01:00
parent 720b004eca
commit 945abae5f1
5 changed files with 31 additions and 5 deletions

View File

@@ -239,7 +239,8 @@ QWidget#MsgBoxMainContainer QLabel,
QWidget#MsgBoxMainContainer QPushButton
{
color: white;
font-family: 'Segoe UI';
/*font-size: 18px;
/* font-family: 'Segoe UI';*/
}
QPushButton#MsgBoxOkButton,
@@ -283,7 +284,7 @@ QPushButton#MsgBoxCloseButton:hover {
QLabel#MsgBoxTitleLabel {
font-weight: bold;
font-size: 10px;
font-size: 14px;
color: rgba(255,255,255,0.7);
letter-spacing: 1px;
}