Feat: Add border in pacs ConfigurationDialog.

This commit is contained in:
sunwen
2025-07-14 13:42:06 +08:00
parent 3a9aab21d2
commit 620565d973
3 changed files with 10 additions and 5 deletions

View File

@@ -279,4 +279,8 @@ QProgressBar::chunk {
x2: 1, y2: 0,
stop: 0 #ffffff,
stop: 1 #666666 );
}
}
ConfigurationDialog#PacsConfigurationDialog{
border:1px solid #5a5a5a;
}