|
|
@@ -679,7 +679,7 @@ class ScanningTab(QWidget):
|
|
|
btn_refresh_sc.setToolTip("Получить список сценариев из оркестратора")
|
|
|
btn_refresh_sc.setStyleSheet(
|
|
|
f"QPushButton {{ background: {_BTN_BG}; color: #7777aa;"
|
|
|
- " border: 1px solid #444466; border-radius: 3px; font-size: 13px; }}"
|
|
|
+ " border: 1px solid #444466; border-radius: 3px; font-size: 13px; }"
|
|
|
"QPushButton:hover { color: #ffffff; background: #303050; }"
|
|
|
)
|
|
|
btn_refresh_sc.clicked.connect(self._on_refresh_scenarios)
|